Skip to content

Latest commit

 

History

History
executable file
·
3 lines (3 loc) · 198 Bytes

README.md

File metadata and controls

executable file
·
3 lines (3 loc) · 198 Bytes

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