Sudoku
A proper Sudoku has exactly one solution, which is what makes pure elimination work: rule out every number a cell cannot hold, and the single survivor must be correct. Solvers even have names for the two basic moves โ a 'naked single' (only one number fits a cell) and a 'hidden single' (only one cell in a row, column, or box can hold a given number).