https://github.com/scriptraccoon/sudoku-backtracking-python
Simple backtracking solving algorithm for Sudokus
https://github.com/scriptraccoon/sudoku-backtracking-python
Last synced: over 1 year ago
JSON representation
Simple backtracking solving algorithm for Sudokus
- Host: GitHub
- URL: https://github.com/scriptraccoon/sudoku-backtracking-python
- Owner: ScriptRaccoon
- License: mit
- Created: 2023-11-12T15:26:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:06:47.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:50:01.117Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backtracking solving algorithm for Sudokus
This implementation uses generators, which makes the code quite concise.