Path Finding:
Maze:
- Prim's algorithm
- Kruskal's algorithm
- Sidewinder algorithm
- Eller's algorithm
- Recursive backtracking algorithm
- Aldous Broder algorithm (Modified)
- Wilson's algorithm
- Hunt and Kill algorithm (Modified)
- Growing Tree algorithm (newest and random choices combined)
- Binary Tree algorithm
- Recursive division algorithm
Maze Generation:
Key | Function |
---|---|
1 | Prim's algorithm |
2 | Kruskal's algorithm |
3 | Sidewinder algorithm |
4 | Recursive backtracking algorithm |
5 | Aldous Broder algorithm |
6 | Hunt and Kill algorithm |
7 | Growing Tree algorithm |
8 | Binary Tree algorithm |
9 | Recursive Division algorithm |
0 | Wilson's algorithm |
q | Eller's algorithm |
Path Finding:
Key | Function |
---|---|
z | A* algorithm |
x | Dijkstra algorithm |