Sudoku Solver
Solving sudoku by treating it as constraint satisfaction problem by using variable selection (MRV) and value selection (LCV) heuristics and by performing consistency checks.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sudoku Solver
Solving sudoku by treating it as constraint satisfaction problem by using variable selection (MRV) and value selection (LCV) heuristics and by performing consistency checks.