aboutsummaryrefslogtreecommitdiff
path: root/challenge-086/abigail/perl
AgeCommit message (Expand)Author
2020-11-14Trivial updatesAbigail
2020-11-14Improve commentAbigail
2020-11-14Special case naked singles.Abigail
2020-11-14Remove redundant parensAbigail
2020-11-14Fix commentAbigail
2020-11-13Fix commentAbigail
2020-11-13Remark we are using brute forceAbigail
2020-11-13Solve X-sudokus.Abigail
2020-11-13Remark we will use a module to do all the workAbigail
2020-11-12Some simplification.Abigail
2020-11-11Added lots of comments.Abigail
2020-11-11Improve readability.Abigail
2020-11-11Rename two variablesAbigail
2020-11-11Use a bit field to keep track of possibilities.Abigail
2020-11-11Make an educated guess what the missing clue is.Abigail
2020-11-11Less restrictions on clues.Abigail
2020-11-11Ignore lines not containing clues.Abigail
2020-11-11Handle NxN sudokus where N is not a square.Abigail
2020-11-10Pad output with spaces if $SIZE > 10, and the printed numbers are less.Abigail
2020-11-10Don't print '[ ' and ' ]' in the output.Abigail
2020-11-10Don't warn on deep recursion.Abigail
2020-11-10Be more lenient in what the accept.Abigail
2020-11-10Sudokus could be any size (assuming a square size)Abigail
2020-11-10Improve performance.Abigail
2020-11-10Perl solution for week 86, challenge 2.Abigail
2020-11-09Perl solution for week 86, part 1.Abigail