AI Graph Searh is a Desktop app allows user to build , edit, save , and open graphs . Also, You can visualize different searching algorithms on created graphs.
-
- Breadth First Search
-
- Depth First Search
-
- Depth Limited Search
-
- Iterative Depening Search
-
- Uniform Cost Search
-
- Gready Best First Search
-
- A* Search
Note: this version only works on windows
1.Go to https://drive.google.com/file/d/1pmlbaUzCgDLCxYWd-EjF6EUQj0gn4219/view?usp=sharing
2.Download and unzip file
3.Run GraphSearch.exe
1.git pull https://github.com/Ahmed712441/AI-Graph-Search
2.pip install -r requirements.txt
Note: on mac you need to install additional libraries for Tkinter to work with you.
3.Run main.py