You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, we developed an efficient AI maze solving agent to find the shortest path from source to destination by using Path-Finding algorithms.
Implementation of the following Searching Algorithms:
BFS
Greedy-Search
A*
User Interface:
About
AI maze solving agent to find the shortest path using searching algorithms