Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 540 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 540 Bytes

Template for GitHub

This is a template README File, to make sure we have a great lay out and consistency

What I Learned

  • Being organised is important

Another Template below

=

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>