A simple sudoku solver using heuristic rules. It also makes guesses if stuck.
The sudoku puzzle should be in one of the following formats Readable, Compact, and One line. More information about the file format see https://qqwing.com/generate.html.
Python 3.x with standard libraries
python SudokuSolver.py Compact.txt
- Jonathan Gustafsson [email protected]