Skip to content

notayush000/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Maze Solver using AI Search Algorithms

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)