Skip to content

ForrestKnight/SudokuSolver

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages