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

https://github.com/aadityaza/search_algorithm


https://github.com/aadityaza/search_algorithm

Last synced: 7 months ago
JSON representation

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)