This one is easy with SET, sk-loop-like.RichardGoodrich wrote:eleven wrote:This is a puzzle by Big201 from an old chinese site here. ...
... Of course there are mutltiple ways.
Hidden Text: Show
- Code: Select all
v v v v v
+-------+-------+-------+
> | * . 9 | . . . | 1 . * |
| . # . | 4 # 5 | . # . |
> | 8 . * | . 3 . | * . 2 |
+-------+-------+-------+
| . 5 . | 1 . 7 | . 6 . |
| . # 1 | . . . | 3 # . |
| . 6 . | 5 . 3 | . 7 . |
+-------+-------+-------+
> | 1 . * | . 5 . | * . 9 |
| . # . | 7 # 4 | . # . |
> | * . 2 | . . . | 8 . * |
+-------+-------+-------+
Box 5 can be ignored in the 5 colums (holds all digits 1-9, which must be more in the cols than in 4 rows).
(not sure, how the MSLS version does it - Leren?)
Then we have 8 givens and 8 empty cells in both sets.
=> # cells can only be 1289, * only 34567, leaving this grid:
- Code: Select all
+-----------------------+----------------------+-----------------------+
| *34567 2347 9 | 268 2678 268 | 1 3458 *34567 |
| 2367 #12 367 | 4 #1289 5 | 679 #89 3678 |
| 8 147 *4567 | 69 3 169 | *4567 459 2 |
+-----------------------+----------------------+-----------------------+
| 2349 5 348 | 1 2489 7 | 249 6 48 |
| 2479 #289 1 | 2689 24689 2689 | 3 #289 458 |
| 249 6 48 | 5 2489 3 | 249 7 148 |
+-----------------------+----------------------+-----------------------+
| 1 3478 *3467 | 2368 5 268 | *467 234 9 |
| 3569 #89 3568 | 7 #1289 4 | 256 #12 1356 |
| *34567 3479 2 | 369 169 169 | 8 1345 *34567 |
+-----------------------+----------------------+-----------------------+
After 6 singles you get an x-wing for 5, 3 strong links for 3 (-3r1c19), xy-wing 496 and UR 28 to solve it.
[Edit: removed 7r2c2, thx to Leren]