Pingry-Java / MazeSolver

A GUI maze solving program
0 stars 0 forks source link

Error in RandomMaze #15

Closed msun2019 closed 7 years ago

msun2019 commented 7 years ago

i got an error when i initialized a size 15 random maze and tried to solve it using depthfirstmazesolver

jorndorff commented 7 years ago

I'm curious whether the problem is in RandomMaze or DepthFirstMazeSolver. Are you able to solve the same maze with any other solver?

Let's get this assigned to someone from Generation group and Solution group.

drew-beckmen commented 7 years ago

fixed