https://github.com/shashwatkathuria/artificial-intelligence-search-algorithms
Implemented AI Search Algorithms - BFS, DFS, UCS, A* and some heuristics and state spaces.
https://github.com/shashwatkathuria/artificial-intelligence-search-algorithms
a-star a-star-search artificial-intelligence bfs breadth-first-search depth-first-search dfs heuristics pacman python searching-algorithms ucs uniform-cost-search
Last synced: 7 months ago
JSON representation
Implemented AI Search Algorithms - BFS, DFS, UCS, A* and some heuristics and state spaces.
- Host: GitHub
- URL: https://github.com/shashwatkathuria/artificial-intelligence-search-algorithms
- Owner: shashwatkathuria
- Created: 2020-02-28T20:35:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T19:59:17.000Z (over 5 years ago)
- Last Synced: 2025-01-25T20:43:47.630Z (8 months ago)
- Topics: a-star, a-star-search, artificial-intelligence, bfs, breadth-first-search, depth-first-search, dfs, heuristics, pacman, python, searching-algorithms, ucs, uniform-cost-search
- Language: Python
- Homepage:
- Size: 403 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artificial-Intelligence-Search-Algorithms