calderjo/Text_Maze_Solver
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This Directory contains the following files
--------------------------------------------
README.txt Maze.hpp main.cpp
Maze.cpp m1.txt makefile
--------------------------------------------
This programs works as intended under the following
conditions:
(i) The maze contains exactly two target cells( start and end cell)
The program will exit or crash, however it is assume that a maze
will have a start and end cell
-----------------------------------------------
The program will output a message if no path exist between
the start and end cells