https://github.com/aadityaza/search_algorithm
https://github.com/aadityaza/search_algorithm
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aadityaza/search_algorithm
- Owner: Aadityaza
- Created: 2020-04-27T09:44:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T10:07:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T05:17:50.363Z (9 months ago)
- Language: C++
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search_algorithm
This repo consist of the cpp codes that i have writen to make a maze solving AI.
I am currently trying to learn Ai and i am using this repo to track my progress in implementing search algorithms.
currently this repo consist codes for following search algorithm for grid graph
-BFS
-DFS
-heuristic DFS(manhattan squar distance)