This solver has successfully solved expert level Sudoku puzzles in a couple of seconds.
Strictly speaking, there are no requirements other than the standard library to run the solver.
If you'd like to run the tests that you'll want to install pytest
.
pip install pytest
pytest .
- Look into a better grid/entry
- Write some more test coverage
- Speed things up