The three phases of solving
Before diving into the techniques themselves, it helps to know the three phases every puzzle goes through, whatever its level:
- Scanning — you sweep the grid with your eyes to place the obvious digits, without writing anything down.
- Candidates — once direct scanning isn't enough anymore, you pencil in every number still possible ("candidates") in each empty cell.
- Analysis — you eliminate candidates one by one, applying increasingly refined techniques, until a cell is left with only one candidate.
These three phases loop back on each other: every digit placed or candidate eliminated can reveal a new one elsewhere in the grid. It's this iteration that does all the work — never a random guess.