A sudoku solver
- Remove __setitem__; it was getting in the way... - deepcopy the board for each trial in search() |
||
|---|---|---|
| puzzles | ||
| .gitignore | ||
| puzzles.py | ||
| README.md | ||
| sudoku.py | ||
| tests.py | ||
- Remove __setitem__; it was getting in the way... - deepcopy the board for each trial in search() |
||
|---|---|---|
| puzzles | ||
| .gitignore | ||
| puzzles.py | ||
| README.md | ||
| sudoku.py | ||
| tests.py | ||