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
- Host: GitHub
- URL: https://github.com/craigp/mazes
- Owner: craigp
- Created: 2016-02-16T06:12:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T22:27:35.000Z (about 9 years ago)
- Last Synced: 2025-01-15T20:21:28.454Z (9 months ago)
- Topics: elixir, maze, mazes
- Language: Elixir
- Size: 2.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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