/BFS-maze-solver

Primary LanguageC++MIT LicenseMIT

BFS maze solver

Simple maze solver written in c++ using the breadth first search algorithm to get to the end.

Walls (1), empty path(0), start(2), finish(3) and the path(4) written to an output file, reading from input txt file.

make && ./maze-solver