wapati wrote:This one has twists and turns galor! Many x-wings, Ers or grouped-x, Turbot, xyz, a couple xy and a finned swordfish.
- Code: Select all
 . 4 . | 7 . . | . 3 2
5 3 . | . . 2 | . . 6
. . 9 | . . . | 4 . .
---------------------
9 . . | . 7 1 | . 4 .
. . . | 5 . 4 | . . .
. 5 . | 2 9 . | . . 7
---------------------
. . 4 | . . . | 8 . .
2 . . | 4 . . | . 7 9
1 7 . | . . 9 | . 6 .
 
Well, I don't have a nice step that solves the puzzle (I'll leave that for Carcul), but I do have one that it fairly easy to spot and definitely decreases the complexity of the rest of the solution (at least for me as I don't generally spot finned swordfish).
Singles and 1 x-wing (to remove two 1's in column 5) bring us to:
- Code: Select all
   *--------------------------------------------------------------------*
 | 68     4      168a   | 7      158    58     | 9      3      2      |
 | 5      3      18     | 9      4      2      | 7      18a    6      |
 | 7      2      9      | 1368a  368    368    | 4      5      18     |
 |----------------------+----------------------+----------------------|
 | 9      68     2      | 368    7      1      | 356    4      358    |
 | 368    1      7      | 5      368    4      | 2      9      38     |
 | 4      5      368    | 2      9      368    | 136a   18     7      |
 |----------------------+----------------------+----------------------|
 | 36     9      4      | 136    356    7      | 8      2      135a   |
 | 2      68     3568*  | 4      13568a 3568   | 135*   7      9      |
 | 1      7      358*   | 38     2      9      | 35*    6      4      |
 *--------------------------------------------------------------------*
Notice the potential for a deadly pattern in ([89],[37])<35>. Moreover, note that the cells marked 'a' are either all 1's or all not 1's. We now have the easy deduction:
(7,9)1 [ 
>(8,7)!1 ] [ > (1,3)1 > (2,3)8 
> ([89],3)!8] [ > (6,7)1 > (4,7)6 > (4,2)8 > (8,2)6 
> (8,3)!6 ]
Therefore, the cells marked with 'a' are all not 1.
More singles take you to:
- Code: Select all
  
 *-----------------------------------------------------------*
 | 68    4     68    | 7     1     5     | 9     3     2     |
 | 5     3     1     | 9     4     2     | 7     8     6     |
 | 7     2     9     | 368   368   368   | 4     5     1     |
 |-------------------+-------------------+-------------------|
 | 9     68(%) 2     | 368   7     1     | 356-  4     358   |
 | 368   1     7     | 5     368   4     | 2     9     38    |
 | 4     5     368-  | 2     9     368   | 36(%) 1     7     |
 |-------------------+-------------------+-------------------|
 | 36    9     4     | 1     356   7     | 8     2     35    |
 | 2     68(*) 3568  | 4     3568- 368-  | 1     7     9     |
 | 1     7     358-  | 38(*) 2     9     | 35    6     4     |
 *-----------------------------------------------------------*
An xy-chain from (9,4) to (8,2) will eliminate the 8's in (9,3) and (8,[56]). After spotting this xy-chain, one might be compelled to write down the related xy-chain from (4,2) to (6,7) that eliminates the 6's in (4,7) and (6,3). From here singles, an x-wing and an xy-wing will solve the puzzle.