Mike,
Well, first I suggest you to read through this link:
http://forum.enjoysudoku.com/faq.php?mode=bbcode(Well, it's kind of long but you've got to learn the basics before you communicate with others...)
As for the
[code][/code] thing, I suggest you to type your data using a word processing program such as
Notepad (if you're a Windows user). And in there pick a
fixed-width font (
Fixedsys or
Courier New work fine for me). Then copy and paste the content over to the posting window. If you do your spacing within the posting window, chances are you won't get it aligned properly.
You wrote:Meanwhile, can you please explain the logic you have already listed in language that would be a little easier for someone who is not a "pro" to understand?
- Code: Select all
*--------------------------------------------------------------------*
| 1356 135 135 | 9 18 7 | 2 4 13568 |
| 1356 4 8 | 16 2 35 | 7 9 1356 |
| 7 2 9 | 168 4 35 | 568 58 13568 |
|----------------------+----------------------+----------------------|
| 23 8 237 | 27 5 6 | 4 1 9 |
| 1259 159 125 | 3 *18 4 | 568 7 2568 |
| 4 6 1257 |-1278 9 *12 |*58 3 *258 |
|----------------------+----------------------+----------------------|
| 1258 15 1245 | 124 6 9 | 3 58 7 |
| 1258 7 1245 | 124 3 12 | 9 6 58 |
| 39 39 6 | 5 7 8 | 1 2 4 |
*--------------------------------------------------------------------*
Okay, from the above diagram, visualise what would happen if r6c4 (marked with "-") had been 8. Then r5c5 would be forced to be 1, and r6c7 & r6c9 would be forced to be 5 and 2 respectively. Then you're forced with no valid placement for the cell r6c6 (a "1" would cause two 1s in block 5, a "2" would cause two 2s on row 6). So we reach a contradiction. Therefore r6c4 cannot be 8, and you can eliminate 8 from there.
Alternatively (if you despise contradiction-based reasonings), we can do a "branching analysis". Note that r6c6 can only be "1" or "2":
If r6c6=1, then r5c5=8, and r6c4 cannot be 8.
If r6c6=2, then r6c79 must contain the naked pair {58}, and r6c4 cannot be 8.
Therefore no matter what r6c4 cannot be 8, and we can make that elimination.
Hope you understand it now.