AaronCoplan / MazeSolver

Program that generates mazes, solves them, has printing capabilities, and can read an image of a maze and solve it.
MIT License
0 stars 1 forks source link

Solve complex mazes with loops and multiple paths. #2

Open AaronCoplan opened 8 years ago

AaronCoplan commented 8 years ago

Using numerical paths, write code to solve complex mazes with loops and multiple solutions.

SEE ComplexSolution.java AND WRITE CODE THERE