An open API service indexing awesome lists of open source software.

https://github.com/forrestknight/sudokusolver


https://github.com/forrestknight/sudokusolver

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Sudoku Solver
==============

Forrest Knight

CS 480 - Artificial Intelligence - Fall 2017

*Python Version 3.0+*

Naive Backtracking Algorithm
----------------------------

Run Command:

python sudoku.py

Smart Backtracking Algorithm (MRV)
----------------------------------

Run Command:

python sudoku_MRV.py