/Maze-Solver

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

Primary LanguageC++

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