intresting puzzle
i solve it with 2
yielding chains type 1:
- Code: Select all
. . . | . . 3 | 6 . 5
. . 8 | 6 . . | . 1 .
. 1 . | . 5 . | 7 . 4
---------------------
. 4 . | . 3 . | . . 1
. . 9 | 4 . 1 | 8 . .
1 . . | . 8 . | . 9 .
---------------------
4 . 2 | . 9 . | . 5 .
. 7 . | . . 4 | 9 . .
9 . 1 | 8 . . | . . .
befor i apply any simple sudoku reductions i spot at
row 5 forms a Conjugated als (124) allowing me to use a yield chain type 1:
here
r1c5[124]
R8c5[12]
R2c5[124]
which removes 2 from
R5c5,R9c5
(then remove all hidden/box/line reductions ect to lead me to the next one)
yield chain type 1:
found on row 2
Conjugated als {257}
R2C1[257]
R2c2[25]
R2c6[72]
removes 2 from
R2c7
puzzle solves as singles.
(but people still don't understand these so oh well...just figured id chime in on it anyway...)
(probably should re work my confusing explinations down to minimual language and more clear examples on easier puzzles then hopefully that clears things up a bit)
nice puzzle lots of other options on it.