Skip to content

tornike/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sudoku as CSP

Written on python3.

Solution is Backtracking search with Forward Checking and MRV as heuristic.

python3 Solver.py 1000sudokus.txt solutions.txt

About

Sudoku as Constraint Satisfaction Problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages