two "new" techniques, Skyscraper and 2-string Kite

Advanced methods and approaches for solving Sudoku puzzles

Postby Havard » Tue Feb 14, 2006 4:23 pm

tarek wrote:Another strong link:D
Code: Select all
*--------------------------------------------------------*
| 3     4     257  | 79    78    279  | 58    1     6    |
|*19    59    6    | 3    *148   24   | 7     58    29   |
| 8    *179   27   | 6    *17    5    | 4     3     29   |
|------------------+------------------+------------------|
|*5    *6    #147  |*147   3     478  | 2     9    *148  |
|-1479 -1379  1347 | 5     2     468  | 18    67    148  |
|*147   2     8    |*147   9     46   | 3     67    5    |
|------------------+------------------+------------------|
| 2     35    345  | 8     6     1    | 9     45    7    |
|*147  *17    9    | 2     457   3    | 6     458  *18   |
| 6     8     1457 | 479   457   479  | 15    2     3    |
*--------------------------------------------------------*
Eliminating 1 From r5c1 (Finned Squirmbag in rows 23468)
Eliminating 1 From r5c2 (Finned Squirmbag in rows 23468)


Tarek


Hi Tarek!

That's making things WAY to complicated. It is enough to find this little hidden "extended" (or fillet) skyscraper here:

Code: Select all
*--------------------------------------------------------*
| 3     4     257  | 79    78    279  | 58    1     6    |
| 19    59    6    | 3     148   24   | 7     58    29   |
| 8     179   27   | 6     17    5    | 4     3     29   |
|------------------+------------------+------------------|
| 5     6    #147  | 147   3     478  | 2     9     148  |
|-1479 -1379 #1347 | 5     2     468  |*18    67    148  |
| 147   2     8    | 147   9     46   | 3     67    5    |
|------------------+------------------+------------------|
| 2     35    345  | 8     6     1    | 9     45    7    |
| 147   17    9    | 2     457   3    | 6     458   18   |
| 6     8    #1457 | 479   457   479  |*15    2     3    |
*--------------------------------------------------------*


Great example of that one though!:)

havard
Havard
 
Posts: 378
Joined: 25 December 2005

Previous

Return to Advanced solving techniques