https://github.com/ahlyab/sudoku-using-ai
https://github.com/ahlyab/sudoku-using-ai
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahlyab/sudoku-using-ai
- Owner: Ahlyab
- Created: 2024-12-13T11:45:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-13T11:51:32.000Z (7 months ago)
- Last Synced: 2025-03-27T17:47:23.899Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Using AI
It's an application created using python and Tkinter that implments different graph algorithms to solve it
# Technologies
1. Python
2. Tkinter# Alogritms for solving
1. A\*
2. BFS
3. DFS
4. MinMax