https://github.com/rhpvorderman/sudoku-solve
A python program to solve sudoku puzzles.
https://github.com/rhpvorderman/sudoku-solve
Last synced: 3 months ago
JSON representation
A python program to solve sudoku puzzles.
- Host: GitHub
- URL: https://github.com/rhpvorderman/sudoku-solve
- Owner: rhpvorderman
- License: agpl-3.0
- Created: 2018-12-28T06:43:29.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-16T08:44:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T08:43:58.534Z (4 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sudoku-solve
A python program to solve sudoku puzzles.This program was written as a fun exercise to try and implement an algorithm
that is able to solve a sudoku puzzle.