Sudoku Solving Techniques - Nishio

This is a limited form of trial and error. For each candidate for a cell, it asks the question:
If I put this number in this cell, will this prevent me from completing the other placements of this number?
If the answer if yes, then that candidate can be eliminated.
Back to Sudoku Solving Techniques
|