I am stuck in another Sudoku solving technique that was also discovered by Pritt Galford and mentioned as Rule 15B.
Maybe this one either also known by some other strategy name or completely overlap with some other strategy.
What I understand till now is shown in below exemplar:
- Code: Select all
-----------------------
a . . | . . . | . a .
. . . | . . . | . . .
. . . | . . . | . . .
-------|-------|-------
. d d | . . . | d . d
b p p | n n n | p b p
. d d | . . . | d . d
-----------------------
Assuming that the above exemplar is reflecting the Rule 15B strategy correctly or one may correct the same as well.
Where:
a = primary corner cells
b = secondary corner cells
d = dead zone
p = pzone
n = nzone
Will some one please identify e = elimination cells from where primary corner candidate digit can be removed?
R. Jamil