You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).