No description
Find a file
2019-12-03 21:20:06 +01:00
.gitignore First commit 2019-11-30 13:55:22 +01:00
board.py Last difficulty in the tests is not solved 2019-12-03 16:02:24 +01:00
LICENSE Create LICENSE 2019-12-03 21:20:06 +01:00
main.py Set debug to False 2019-12-03 16:06:37 +01:00
README.md Create README.md 2019-12-03 21:19:35 +01:00
square.py Add tests, remove unnecessary methods 2019-12-02 17:34:39 +01:00
tests.py Add execution in main 2019-12-03 16:05:18 +01:00

SudokuSolver

Python implementation to solve (almost) any Sudoku

Usage

This project uses mypy for type checking. Sudoku's are added as a string.