Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 223 Bytes

Readme.md

File metadata and controls

2 lines (2 loc) · 223 Bytes

Sudoku-Solver

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).