Basic Sudoku solver in Python. Uses multiple strategies to generate consequences of given or asserted values. Inspired by tree-searching algorithms. Named in honor of my friend's grandmother.
-
Run by starting
main.py
-
Enter the sudoku, in empty places write
-
; at the end of every line just press enter For example:should be represented as:
42-3--7-- 986-1-3-- 3----5--- -9----1-- 73-----68 --8----5- ---1----7 --3-2-541 --4--3-89
-
Wait.
- Naked single
- Hidden single