Skip to content

Latest commit

 

History

History
executable file
·
23 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

executable file
·
23 lines (13 loc) · 351 Bytes

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>