aboutsummaryrefslogtreecommitdiff
path: root/challenge-059/manfredi/python
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2020-11-14 21:24:22 +0100
committerAbigail <abigail@abigail.be>2020-11-14 21:24:22 +0100
commit3b21ccccdc0f04fea1497a1b5302135edf61e34f (patch)
tree22a2b7f415ca96d54d67705c73f0cb317e320fa3 /challenge-059/manfredi/python
parent0156ca8bba6b90bfa53a8724b42a1e146ecb4154 (diff)
downloadperlweeklychallenge-club-3b21ccccdc0f04fea1497a1b5302135edf61e34f.tar.gz
perlweeklychallenge-club-3b21ccccdc0f04fea1497a1b5302135edf61e34f.tar.bz2
perlweeklychallenge-club-3b21ccccdc0f04fea1497a1b5302135edf61e34f.zip
Special case naked singles.
When we are solving, resolve naked singles without going into recursion. Naked singles are cells which have only one possibility left. For those cells, we cross off the possibility for all other unsolved cells in the same row, column or box, and put the cell in the set of solved cells. We keep resolving naked singles before recursing.
Diffstat (limited to 'challenge-059/manfredi/python')
0 files changed, 0 insertions, 0 deletions