- Code: Select all
123..4.567......3.8......2....3.8675.........5..9........6...914915..3..3..2..5..
after basic techniques:
- Code: Select all
+-------------------+-------------------+-------------------+
| 1 2 3 | 78 9 4 | 78 5 6 |
| 7 456 569 | 18 56 2 | 149 3 489 |
| 8 456 569 | 17 3 56 | 149 2 479 |
+-------------------+-------------------+-------------------+
| 9 1 4 | 3 2 8 | 6 7 5 |
| 6 378 278 | 4 57 15 | 29 18 389 |
| 5 378 278 | 9 67 16 | 248 148 348 |
+-------------------+-------------------+-------------------+
| 2 578 578 | 6 4 3 | 78 9 1 |
| 4 9 1 | 5 8 7 | 3 6 2 |
| 3 678 678 | 2 1 9 | 5 48 478 |
+-------------------+-------------------+-------------------+
It gives me a feeling that the rest of the grid is 'binary' except r9c8, so I just guessed r9c8=8, which solves the puzzle.
The pattern after placing r9c8=4 seems quite interesting, something similar to MUG or something else. Is there any way to explain it?
*I wonder if this has already been discussed before, if so please attach a link here, thx.