Lesson 03 of 08 — Intermediate

Locked candidates technique

Locked candidates are the first technique that removes candidates instead of placing digits. When every cell that can hold a digit inside a box sits in one row or column, the box must put that digit somewhere along that line, which rules it out of the rest of the line. Run it the other way round and it rules a digit out of the rest of a box.

What it does

Pointing: inside a box, the cells that can still take a digit all share a single row or column. The box has to place the digit in one of them, so the digit cannot appear anywhere else in that row or column outside the box.

Claiming: inside a row or a column, the cells that can still take a digit all sit inside one box. The line has to place the digit in that box, so the digit cannot appear anywhere else in the box.

Neither form places anything. Both take candidates away, and the value is that the removal is often what uncovers a single candidate next.

A worked example

  1. Take one digit in one box

    Pick a box and a digit that is not placed in it. Note every cell in the box that can still take that digit, by checking the rows and columns that cross the box.

  2. See whether they share a line

    If all of those cells sit in the same row, the digit is locked to that row within the box. The same goes for a column.

  3. Eliminate along the line

    Remove the digit from every other cell of that row or column, outside the box. The box still has to place it, so those cells can never hold it.

  4. Then try it the other way round

    For claiming, start inside a row or column instead: if every cell that can take the digit lies within one box, remove the digit from the rest of that box. Sweeping the whole grid both ways is what makes the technique pay.

How to spot it

  • Boxes where the possible cells for one digit line up along an edge, which usually means a neighbouring box has already taken the digit out of the rest of that line.
  • Digits with only two or three possible cells left in a box. The fewer there are, the more likely they share a line.
  • A candidate list that has stopped producing singles: a locked candidate is often what is missing.

Locked candidates never place a digit directly, so a puzzle that needs them can look stuck for several moves before anything lands. The eliminations also depend on a complete candidate list: one digit missing from one cell is enough to make "all of them share a line" false, and the technique will then remove a candidate that was never impossible.

Practise it in Sudoku Mori

The game teaches every technique in this order, each with a worked example and three puzzles of its own. Lesson puzzles are kept apart from the daily ones, and any lesson can be revisited.