Maze Solving with Search Algorithms

Course : Computer Vision

Maze solver example using Dijkstra’s algorithm

Developed grid-based search algorithms namely BFS, DFS, Dijkstra, A*, Weighted A* using C++.

Demonstrated the algorithm by using them to solve a maze generated using PyGame.

Kavit Shah
Kavit Shah
MS in Robotics

My research interests include distributed robotics, mobile computing and programmable matter.

Related