Maze solver example using Dijkstra’s algorithmDeveloped 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.
Maze solver example using Dijkstra’s algorithmDeveloped 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.