This is the implementation of different algorithms to generate a random maze.
Algorithms: https://en.wikipedia.org/wiki/Maze_generation_algorithm
I have implemented two algorithms till now
- Depth-first search with recursive backtracking
- Randomized prim's algorithm
I will be uploading more algorithms very soon!
Last upload: 3rd October 2020