ForrestKnight / SudokuSolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%