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*)
- Host: GitHub
- URL: https://github.com/naddamuhamed/ai
- Owner: naddamuhamed
- Created: 2022-04-14T02:09:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T23:06:33.000Z (over 3 years ago)
- Last Synced: 2025-01-19T07:42:11.013Z (10 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 133 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.