Skip to content
/ mazes Public

Some experiments in implementing maze algorithms in Elixir

Notifications You must be signed in to change notification settings

craigp/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some experiments in implementing maze algorithms in Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages