• Stars
    star
    108
  • Rank 319,437 (Top 7 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

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

Repository Details

Sudoku Solver

Forrest Knight

CS 480 - Artificial Intelligence - Fall 2017

Python Version 3.0+

Naive Backtracking Algorithm

Run Command:

python sudoku.py <input file name>

Smart Backtracking Algorithm (MRV)

Run Command:

python sudoku_MRV.py <input file name>