All Projects → ForrestKnight → SudokuSolver

ForrestKnight / SudokuSolver

Licence: other
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].