https://github.com/ahlyab/sudoku-using-ai
https://github.com/ahlyab/sudoku-using-ai
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahlyab/sudoku-using-ai
- Owner: Ahlyab
- Created: 2024-12-13T11:45:11.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-13T11:51:32.000Z (5 months ago)
- Last Synced: 2024-12-13T12:36:48.345Z (5 months ago)
- Language: Python
- Size: 0 Bytes
- 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