|
Step by step example of solving a level 5 (very hard) sudoku puzzle
| Step 21 |
|
The logic used in this step is exactly the same as in step 18. Let’s look at the column N. There are only two empty cells left: HN & IN. The number 8 must be in one of them because sudoku’s general rules specify the following: Every column must have the number 1 through 9 in it. We can’t put an 8 in cell IN because there’s an 8 in cell IQ on the same row. The only available cell is therefore IN. |
|