/Maze-in-C

Takes a file input with the dimensions of a maze, the start point, end point, and the maze itself. It outputs the maze with the traversed path from the start to the finish.

Primary LanguageC

No issues in this repository yet.