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
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