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
a simple maze solving path finder program using A* algorithm.
add your maze to maze.txt, with boundaries as '#'
set the height and width of maze in the pathfinder.cpp program and run the program