https://github.com/indiependente/backtracksudoku
Sudoku solver implemented with Backtrack
https://github.com/indiependente/backtracksudoku
backtracking-algorithm python sudoku-solver
Last synced: about 1 month ago
JSON representation
Sudoku solver implemented with Backtrack
- Host: GitHub
- URL: https://github.com/indiependente/backtracksudoku
- Owner: indiependente
- Created: 2013-10-25T16:18:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-27T23:19:01.000Z (about 12 years ago)
- Last Synced: 2025-10-04T19:47:20.910Z (about 1 month ago)
- Topics: backtracking-algorithm, python, sudoku-solver
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BacktrackSudoku
===============
Sudoku solver implemented with Backtrack