- Code: Select all
- *-----------------------------*
 | 7 | 1 3 | 4 |
 | 2 3 | | 1 5 |
 | | 2 | 8 |
 |---------+---------+---------|
 | 3 | 5 | |
 | 4 8 | | 3 9 |
 | | 2 | 6 |
 |---------+---------+---------|
 | 2 | 8 | |
 | 6 5 | | 9 8 |
 | 4 | 9 5 | 3 |
 *-----------------------------*
I can get it to this point:
- Code: Select all
- *-----------------------------*
 | 7 | 1 3 | 9 4 2 |
 | 2 3 | 4 | 1 6 5 |
 | 1 4 | 2 5 | 7 8 3 |
 |---------+---------+---------|
 | 3 6 | 5 8 9 | 2 4 |
 | 4 8 2 | | 5 3 9 |
 | | 4 3 2 | 8 6 |
 |---------+---------+---------|
 | 9 2 3 | 4 8 | 6 5 |
 | 6 5 | 3 2 | 4 9 8 |
 | 4 | 9 5 6 | 3 2 |
 *-----------------------------*
And here it is with pencil marks:
- Code: Select all
- *-----------------------------------------------*
 | 58 56 7 | 68 1 3 | 9 4 2 |
 | 2 3 89 | 78 79 4 | 1 6 5 |
 | 1 69 4 | 2 69 5 | 7 8 3 |
 |---------------+---------------+---------------|
 | 3 17 6 | 5 8 9 | 2 17 4 |
 | 4 8 2 | 167 67 17 | 5 3 9 |
 | 57 59 19 | 4 3 2 | 8 17 6 |
 |---------------+---------------+---------------|
 | 9 2 3 | 17 4 8 | 6 5 17 |
 | 6 17 5 | 3 2 17 | 4 9 8 |
 | 78 4 18 | 9 5 6 | 3 2 17 |
 *-----------------------------------------------*
My question is how do you move this forward? Any help at all will be appreciated. But, I'm a newbie, so go ahead and use your acronyms (AIM FISH etc.), but any links or "plain english" descriptions that explain the logic you use would be very deeply appreciated.
-Mark



 :
 :
