https://github.com/tinniaru3005/pythonsudokusolver
An algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.
https://github.com/tinniaru3005/pythonsudokusolver
backtracking-algorithm python
Last synced: 2 months ago
JSON representation
An algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.
- Host: GitHub
- URL: https://github.com/tinniaru3005/pythonsudokusolver
- Owner: tinniaru3005
- Created: 2020-07-04T01:05:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T14:44:20.000Z (about 3 years ago)
- Last Synced: 2025-01-27T07:28:23.846Z (4 months ago)
- Topics: backtracking-algorithm, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Sudoku Solver
Python, Backtracking algorithmAn algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.