An open API service indexing awesome lists of open source software.

https://github.com/ahlyab/sudoku-using-ai


https://github.com/ahlyab/sudoku-using-ai

Last synced: about 2 months ago
JSON representation

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