• Stars
    star
    1
  • Language
    Python
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sudoku Solver that implements AC3, Backtracking search, and Forward Checking. Also uses Most Constrained Variable and Least Constraining Value heuristics.