index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-086
/
abigail
/
perl
Age
Commit message (
Expand
)
Author
2020-11-14
Trivial updates
Abigail
2020-11-14
Improve comment
Abigail
2020-11-14
Special case naked singles.
Abigail
2020-11-14
Remove redundant parens
Abigail
2020-11-14
Fix comment
Abigail
2020-11-13
Fix comment
Abigail
2020-11-13
Remark we are using brute force
Abigail
2020-11-13
Solve X-sudokus.
Abigail
2020-11-13
Remark we will use a module to do all the work
Abigail
2020-11-12
Some simplification.
Abigail
2020-11-11
Added lots of comments.
Abigail
2020-11-11
Improve readability.
Abigail
2020-11-11
Rename two variables
Abigail
2020-11-11
Use a bit field to keep track of possibilities.
Abigail
2020-11-11
Make an educated guess what the missing clue is.
Abigail
2020-11-11
Less restrictions on clues.
Abigail
2020-11-11
Ignore lines not containing clues.
Abigail
2020-11-11
Handle NxN sudokus where N is not a square.
Abigail
2020-11-10
Pad output with spaces if $SIZE > 10, and the printed numbers are less.
Abigail
2020-11-10
Don't print '[ ' and ' ]' in the output.
Abigail
2020-11-10
Don't warn on deep recursion.
Abigail
2020-11-10
Be more lenient in what the accept.
Abigail
2020-11-10
Sudokus could be any size (assuming a square size)
Abigail
2020-11-10
Improve performance.
Abigail
2020-11-10
Perl solution for week 86, challenge 2.
Abigail
2020-11-09
Perl solution for week 86, part 1.
Abigail