Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 337 Bytes

Maze Generation Algorithms

  • Depth First Search + Backtracking
  • Randomized Kruskal's Algorithm
  • Randomized Prim's Algorithm
  • Recursive Division Method
  • Cellular Automaton

A maze generated with Krusal's algorithm

A maze generated with a randomized version of Krusal's algorithm.