Little Sudoku

Sudoku solving techniques

Every technique this engine uses, in the order it tries them — cheapest first, which is also roughly the order a person learns them. Each page has a worked example taken from a real puzzle in our bank, not a diagram drawn by hand.

Singles

Place a digit outright. Every puzzle is mostly these.

Locked candidates and subsets

Eliminate rather than place. This is the real step up.

Fish and wings

Patterns that span the whole grid rather than one house.

Chains

Follow an either-or argument across the board.

How difficulty is decided

A puzzle's band is the hardest technique it actually requires — not how many clues were removed. Clue count barely predicts difficulty: measured across 1,200 puzzles from a clue-count-based generator, the correlation with required logic was −0.368, and at a fixed 30 clues the necessary technique ranged from plain singles all the way to XY-chains.

So Very Easy means singles only, Hard means you will need an X-Wing or an XY-Wing somewhere, and Master means an XY-chain. Nothing here ever needs guessing.