Skip to content

Maze generation algorithms in java with visualization

Notifications You must be signed in to change notification settings

RicCu/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Recursive Backtracker

Eller's algorithm

Eller's algorithm

Binary tree

Binary tree

About

Maze generation algorithms in java with visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages