dhonus / BFS-maze-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C++ 96.4%Language:Makefile 3.6%