https://github.com/forrestknight/sudokusolver
https://github.com/forrestknight/sudokusolver
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forrestknight/sudokusolver
- Owner: ForrestKnight
- Created: 2018-02-05T18:31:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T18:42:59.000Z (about 8 years ago)
- Last Synced: 2025-04-12T08:45:08.246Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 107
- Watchers: 6
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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