SUDOKU

Reference

Sudoku techniques

Every solving method, from the first move a beginner makes to the chains experts use on evil puzzles. Each technique has its own page with a diagram and a step-by-step method.

Basic

The foundation — enough to finish most easy and medium puzzles.

Intermediate

Candidate-pruning patterns that unstick hard puzzles.

Advanced

Fish, wings, colouring, and chains for expert and evil grids.

X-WingMedium

A candidate forming a rectangle across two rows and two columns lets you eliminate it from the rest of those columns (or rows).

SwordfishLow

An X-Wing scaled to three rows and three columns. A candidate confined to three shared columns across three rows is eliminated elsewhere in those columns.

JellyfishVery low

The four-line fish. A candidate confined to four columns across four rows is eliminated from the rest of those columns.

XY-WingMedium

A pivot cell {X,Y} sees two pincers {X,Z} and {Y,Z}. Whatever the pivot becomes, one pincer must be Z — so Z is eliminated from cells both pincers see.

XYZ-WingLow

An XY-Wing whose pivot carries three candidates {X,Y,Z}. Because the pivot could also be Z, eliminations apply only to cells seen by all three cells.

SkyscraperMedium

A single-digit chain: two rows each have the candidate in exactly two cells, sharing one column. The far ends eliminate the candidate from cells that see both.

Two-String KiteMedium

A single-digit pattern using one row conjugate pair and one column conjugate pair that meet in a shared box. The two loose ends eliminate the digit from the cell they both see.

Unique RectangleLow

Exploits the single-solution guarantee: four cells forming a rectangle across two boxes with the same pair would allow two solutions, so the deadly pattern must be broken.

Remote PairsLow

A chain of bi-value cells all sharing the same pair {X,Y}. Alternating X/Y along the chain means the two ends are opposite, so any cell seeing both loses both candidates.

ColoringMedium

For one candidate, colour the ends of conjugate pairs alternately and propagate. Contradictions in the colouring drive eliminations.

Simple ChainsMedium

Alternating strong and weak links in a single candidate. Following the chain yields eliminations wherever both endpoints see a common cell.

Nice LoopsLow

Chains that close into a loop. A fully alternating loop forces eliminations along every weak link around it, often several at once.

Forcing ChainsLow

Assume each candidate of a cell in turn and follow the forced consequences. If every assumption forces the same result somewhere, that result is certain.