https://github.com/sam120204/sudoku-solver
Implementing backtracking algorithm to solve Sudoku game
https://github.com/sam120204/sudoku-solver
python-gui-tkinter sudoku-solver
Last synced: 2 months ago
JSON representation
Implementing backtracking algorithm to solve Sudoku game
- Host: GitHub
- URL: https://github.com/sam120204/sudoku-solver
- Owner: Sam120204
- Created: 2023-06-25T02:15:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T20:11:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T00:16:25.482Z (4 months ago)
- Topics: python-gui-tkinter, sudoku-solver
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku-Solver
Implementing the backtracking algorithm to solve the Sudoku gameRUN GUI File
- click on the cube and enter a correct number
- or click SPACE to generate all the numbers using the backtracking algorithm