A sudoku solver
Find a file
Eryn Wells 35647fc8c9 Change the meaning of size
- size is the size of one side of a square
- row_size is the length of the grid on one side
- grid_size is the area of the grid
2017-10-10 12:44:24 -07:00
puzzles Add puzzles and puzzles.py from the old branch 2017-10-08 08:26:18 -07:00
puzzles.py Rename initial init attribute to board; make self.board -> _board 2017-10-10 09:53:55 -07:00
README.md README.md 2013-08-28 23:09:43 -07:00
sudoku.py Change the meaning of size 2017-10-10 12:44:24 -07:00
test.py Change the meaning of size 2017-10-10 12:44:24 -07:00