Moving through the maze forward is pretty easy, but I can’t seem to figure out how to back up through the maze to try a new route once you hit a dead end without going back too far?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use backtracking by keeping a stack of previous direction decisions.