An open API service indexing awesome lists of open source software.

https://github.com/craigp/mazes

Some experiments in implementing maze algorithms in Elixir
https://github.com/craigp/mazes

elixir maze mazes

Last synced: 7 months ago
JSON representation

Some experiments in implementing maze algorithms in Elixir

Awesome Lists containing this project

README

          

# Mazes

Some experiments in implementing maze algorithms in Elixir

- [x] Growing tree
- [x] 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