Sudoku solver solves a partially solved sudoku using simple backtrack or forward checking. There are different heuristics for variable ordering (which cell to pick) nad value ordering (which value to pick).
-
Notifications
You must be signed in to change notification settings - Fork 0
inferiorzoned/Sudoku-Solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Sudoku solver solves a partially solved sudoku using simple backtrack or forward checking.