Traverse a maze recursively.
Asample(Links to an external site.)maze has been provided. The actual maze will belarger. The start and end of the maze are represented with thecharacters+and-, respectively.
As your program moves through the maze the current path shouldalso be marked with the+character. Any path leading toa dead end should be marked with the.character.
Upon reaching the end of the maze your program should print amessage stating that the maze was solved. If your program doesnot find the exit this should also be stated.
Here is the actualmaze(Links to an external site.)file that will be used to testyour programs.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here