A sudoku solver
Find a file
Eryn Wells 6cc3fed4b3 Implement search
- Remove __setitem__; it was getting in the way...
- deepcopy the board for each trial in search()
2013-08-30 17:09:41 -07:00
puzzles Convert Euler puzzles into Norvig format 2013-08-29 22:32:05 -07:00
.gitignore Ignore __pycache__/ 2013-08-28 23:10:27 -07:00
puzzles.py Add quick routines for parsing the puzzles in puzzles/ 2013-08-29 22:31:49 -07:00
README.md
sudoku.py Implement search 2013-08-30 17:09:41 -07:00
tests.py Add string test 2013-08-29 16:14:35 -07:00