Java implementation based on Jamis Buck's book "Mazes for Programmers"

@soloclouddeveloper soloclouddeveloper authored on 9 Feb
.vscode initial commit 6 months ago
src/ main Implemented maximum path. This generates only one maximum path, there can be more than one of the same length. 5 months ago
test/net/curtlewis/maze/ grid Math for setting neighbors was incorrect. Added tests to verify neighbors are valid. 6 months ago
.gitignore initial commit 6 months ago
README.md initial commit 6 months ago
README.md

Maze

Generates mazes

Based on Jamis Buck's book Mazes For Programmers.