MazeGenerator Implementation of three maze-generation algorithms in java with an accompanying visualization tool. Note that for simplicity of the visualization, some of the algorithms do not perform to the best of their potential space and/or time complexities. Algorithms Recursive backtracker Eller's algorithm Binary tree