NSharker / Maze-Solver

Find a solution to a Maze (n by m matrix) stating at top left corner and ending at bottom right.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nishad Sharker's HW3 README.txt

i. All parts of the assignment were completed
ii. No bugs were encountered during the testing of my program
iii. Create the program through the makefile and run MazeSolver
iv. There are no  output files. The input file name should be the second argument added when running from the command line. Everything will be outputted to the console

About

Find a solution to a Maze (n by m matrix) stating at top left corner and ending at bottom right.


Languages

Language:C++ 92.3%Language:Makefile 7.7%