https://github.com/hanrodz/sudoku-solver
Use the backtracking algorithm to solve sudoku boards that have a solution.
https://github.com/hanrodz/sudoku-solver
backtracking-algorithm sudoku sudoku-solver
Last synced: 15 days ago
JSON representation
Use the backtracking algorithm to solve sudoku boards that have a solution.
- Host: GitHub
- URL: https://github.com/hanrodz/sudoku-solver
- Owner: hanrodz
- License: mit
- Created: 2020-12-24T00:41:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T08:27:34.000Z (over 5 years ago)
- Last Synced: 2025-06-08T10:07:04.968Z (about 1 year ago)
- Topics: backtracking-algorithm, sudoku, sudoku-solver
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku solver
This program makes use of a backtracking algorithm to find the solution for a given incomplete sudoku board.