This maze is created with a new algorithm that walks the maze. It is high on passages, and low on dead-ends. Which means that the solution length is very long. Hopefully modifications to this algorithm will lead to a braided maze.
From the description and texture of the Maze, this looks like an implementation of the recursive backtracking algorithm (stack based, depth first search).
From the description and texture of the Maze, this looks like an implementation of the recursive backtracking algorithm (stack based, depth first search).
ReplyDelete