How to Solve Hitori Puzzles

The Japanese puzzle magazine Nikoli first published Hitori (short for Hitori ni shite kure, literally “leave me alone”) in March of 1990. It uses an interesting variation on the sudoku formula of non-duplicate numbers in every row and column. The difference is that the puzzle already has duplicate numbers. Your job is to figure out which ones to eliminate.

Rules

From the grid of numbers, shade out cells so that no row or column contains a duplicate digit.

  • Rows and columns do not have to contain all possible numbers.
  • Shaded cells may not be orthogonally adjacent to another shaded cell.
  • Unshaded cells must form one contiguous orthogonally connected area.

Basic Techniques to Solve

  1. Look for unique numbers.
  2. Look for adjacent pairs of the same value.
  3. Find number pairs separated by one cell.
  4. Follow the basic routine.

Look for Unique Numbers

This technique is much easier in smaller grids, of course. Since the goal of the puzzle is to shade duplicates, any unique numbers you find must be unshaded.

So, when you find a number that only occurs once in a given row AND column, you can mark it as unshaded. Be careful! Sometimes a number might seem unique along one axis, but it’s actually a duplicate along the other.

Adjacent Pairs

When you see adjacent numbers of the same value, one of them must be unshaded. This is due to the rule that no two shaded cells may be adjacent. This results in two effects:

  • In the corners, you can deduce at least one unshaded cell next to the pair. This unshaded cell either provides an exit path, or it’s simply located next to the shaded cell of the pair.
  • Look in that row or column, and shade any extra copies of the number in the pair, because they’re definitely duplicates.

Have a Sandwich

Look for a value sandwich – a single cell between matching numbers. This cell must be unshaded, because, at least one of the number pair will be shaded. Whichever one it turns out to be (maybe even both), all orthogonally adjacent cells must remain unshaded.

Follow the Routine

As we just demonstrated, marking unshaded cells makes finding shaded cells much easier. Use the three techniques above to find your break-in points, then follow this basic algorithm, which will get you through the majority of Hitori puzzles.

  • Mark all cells orthogonally adjacent to a known shaded cell as unshaded.
  • When you know an unshaded cell, look in that row and column, and shade any duplicates of that number.
  • Always provide an exit path for unshaded cells.

Solving the Puzzle

Now we have our techniques, so let’s tackle the larger example. If you’d like to give it a shot before following the walkthrough, you can attempt it here.

A Strong Start

Running the Routine

Lather, Rinse, Repeat

Similar Posts