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

https://github.com/naddamuhamed/ai

maze solver using different ai algorithms. (DFS, BFS, UCS, GBFS, A*)
https://github.com/naddamuhamed/ai

ai artificial-intelligence astar-algorithm astar-pathfinding astar-search bfs bfs-algorithm bfs-search dfs dfs-algorithm dfs-search gbfs-algorithm python-3 python-3-6 python3 ucs

Last synced: 9 months ago
JSON representation

maze solver using different ai algorithms. (DFS, BFS, UCS, GBFS, A*)

Awesome Lists containing this project

README

          

main project is a maze solver using different ai algorithms. (DFS, BFS, UCS, GBFS, A*)
the file is maze2.py and it has a user mannual added.