Lab 8 Solving Mazes

Your MazeSolve has to solve the following mazes within
reasonable amount of time (<= provided binary * 2).

10 points: can solve 05x04.maz 
10 points: can solve 10x10.maz 
10 points: can solve 40x39.maz 
10 points: can solve 100x100.maz 
10 points: can solve four-holes.maz * 
10 points: can detect no-path.maz 
10 points: can solve 10x10-sparse.maz * 
10 points: can solve 200x200.maz 
 5 points: can detect no-hole.maz 
 5 points: can detect one-hole.maz 
 5 points: can solve 10x10-sp2.maz * 

 5 points: Coding Style

*The output doesn't have to match the provided binary


Files you need to submit
  makefile
  MazeSolve.cpp
  your header file (.h), if you made one
  
  *DO NOT submit maztoppm.cpp