Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 325 Bytes

Mazes

Some experiments in implementing maze algorithms in Elixir

  • Growing tree
  • Recursive backtracking
  • Eller's algorithm
  • Kruskal's algorithm
  • Prim's algorithm
  • Recursive division
  • Aldous-Broder algorithm
  • Wilson's algorithm
  • Hunt and kill
  • Binary tree
  • Sidewinder