- Code: Select all
4 3|8|9 3|5 | 2 3|9 6 | 1 7 5|8
1|3|5|9 1|2|3|8|9 6 | 7 3|9 4 | 2|8|9 2|3|8 2|5|8
7 2|3|9 2|3 | 8 5 1 | 2|4|9 2|3|4 6
------------------------------+------------+---------------------
2 5 9 | 4 8 7 | 3 6 1
3|6 3|6|7 3|7 | 9 1 5 | 2|4|8 2|4|8 2|8
8 1|4 1|4 | 6 2 3 | 5 9 7
------------------------------+------------+---------------------
1|6 1|2|4|6 1|4 | 5 7 9 | 2|8 1|2|8 3
3|5 2|3|7 2|3|5|7 | 1 4 8 | 6 2|5 9
1|5|9 1|9 8 | 3 6 2 | 7 1|5 4
Sherlocking row 1 on row 3 we get the following (where the numbers represent candidate options, the spaces represent the separation between blocks and the dot represents no unknowns in the block) Here, the capitol letters represent the possibilities in row 1 and the small letters represent possibilities in row 3.
- Code: Select all
Row 1
35 9 8 A
83 9 5 B
95 3 8 C
Row 3
23 . 94 C a
32 . 94 C b
92 . 43 AB c
93 . 42 (Crossed out)
93 . 24 (Crossed out)
This immediately eliminates 2 from R3 in block 3, and consequently 2 from R2 in block 1. Now the Sherlock block techique can be applied.
This technique begins by writing out all the options for two rows in a single block. In this example we will use row 1 and 3, and will use only those that have survived the Sherlock line comparison. More importantly, we can use the linkages that have resulted from the above comparison. For example, A only links to c, while C links to both a and b. In full
- Code: Select all
Block
Row 1 Row 3 Linkage
35 92 Ac
83 92 Bc
95 23 Ca
95 32 Cb
Now we look for common factors. In this example, {2,3,9} are common to all possible combinations. Therefore they must be in either row 1 or row 3 of this block, and we can eliminate them from row 2. This leaves us with the top 3 rows looking like
- Code: Select all
4 3|8|9 3|5 | 2 3|9 6 | 1 7 5|8
1|5 1|8 6 | 7 3|9 4 | 2|8|9 2|3|8 2|5|8
7 2|3|9 2|3 | 8 5 1 | 4|9 3|4 6
The elimination of the 9 at r2c1 provides the break that we need, and the rest is resolved largely through finding the singles and hidden singles.
Does this explanation make sense? Is the Sherlock block technique simply a rehashing of another technique?
Brendan