- Code: Select all
*-----------------------------------------------------------*
| 4 6 5 | 13 7 8 | 2 39 139 |
| 8 7 9 | 136 *36 2 |-35 4 135 |
| 2 1 3 | 5 49 49 | 7 8 6 |
|-------------------+-------------------+-------------------|
| 3 5 48 | 689 689 1 | 49 2 7 |
| 6 2 78 | 4 589 579 | 1 39 389 |
| 1 9 478 | 78 2 3 | 45 6 58 |
|-------------------+-------------------+-------------------|
| 7 8 1 | 2 *349 469 | 369 5 39 |
| 59 3 2 | 789 589 5679 | 689 1 4 |
| 59 4 6 |*38 1 59 |*38 7 2 |
*-----------------------------------------------------------*
You can use a move called "skyscraper/turbot fish/simple colours"...
Basically, when you see a candidate appearing exactly twice on a row/column/block, it is called a "strong link"...
A strong link has the property that exactly 1 of the 2 cells involved must contain the said candidate...
In this puzzle there are strong links of 3s on r9 (r9c4+r9c7) and c5 (r2c5+r7c5)...
Now notice r9c4 and r7c5 are linked in the same block, so at most one of them can be 3...
Consequently, at least one of the other ends of the strong links (r9c7 & r2c5) must contain a 3...
Therefore all cells simultaneously linked to these 2 cells must not contain 3s...
That include r2c7, hence we can eliminate the 3 from r2c7, and conclude that r2c7=5...
The rest of the puzzle is solved with singles...