Developed a basic Maze solver which finds a path from Start node (S) to Goal Node (G) and compares the time difference between different AI Search Algorithms such as BFS (Breadth First Search), DFS (Depth First Search), UCS (Uniform Cost Search)
-
Couldn't load subscription status.
- Fork 0
notayush000/Maze-Solver
About
Maze Solver using AI