- Code: Select all
7 5 1 | 8 4 9 | 2 6 3
9 6 8 | 12 12 3 | 7 4 5
3 4 2 | 6 5 7 | 18 18 9
------------------+-------------------+-----------------
1 27 357 | 25 78 4 | 38 9 6
256 9 3457 | 125 78 126 | 348 1258 12
256 8 45 | 3 9 126 | 14 125 7
------------------+-------------------+-----------------
25 127 57 | 9 3 8 | 6 12 4
4 12 6 | 7 12 5 | 9 3 8
8 3 9 | 4 6 12 | 5 7 12
I solved it by using the following new (at least to me) technique:
In the rectangle r5c6, r5c9, r9c6 and r9c9, if r9c9 is 2, both r5c9 and
r9c6 are 1. Then, in Box 5 (middle box), there are no empty cells with
candidate 1 left. Hence, r9c9 cannot be 2.
However, this technique seems to be a bit of trial-and-error. Is this
puzzle can be solved by other techniques?