Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 247 Bytes

Maze generation algorithms implemented in python

Run "python(3) main.py -h" to learn about execution options

Algorithms implemented: DFS, Prim's, Wilson's

Plotting and animation is also implemented (animation takes a long time for larger mazes)