Original puzzle:
- Code: Select all
.1.|7..|5..
.35|..4|..7
8..|.3.|..6
---+---+---
..4|.71|6..
..3|...|7..
..7|89.|4..
---+---+---
5..|.1.|..8
3..|2..|17.
..1|..8|.5.
And the "stuck" state, or rather, the state where I see the non-unique rectangle pattern (R3C3,R3C7,R7C3,R7C7)
- Code: Select all
4 1 6 | 7 8 29 | 5 39 239
29 3 5 | 69 26 4 | 8 1 7
8 7 29 | 1 3 5 | 29 4 6
------------------+--------------------+--------------------
29 28 4 | 5 7 1 | 6 38 39
1 89 3 | 4 26 26 | 7 89 5
6 5 7 | 8 9 3 | 4 2 1
------------------+--------------------+--------------------
5 4 29 | 39 1 7 | 239 6 8
3 69 8 | 2 5 69 | 1 7 4
7 269 1 | 369 4 8 | 39 5 29