Maze Generator
This was a toy project for me to understand different path finding algorithms. In order to do that, I first had to generate some mazes. Interestingly enough, creating a maze and finding a path through a maze share a lot of the same strategies. I used OpenCV to vissualize the results. You can see the generation process for some different algorithms below.
Maze generation using the backgracking algorithm:
![]()
Maze generation using the Prims algorithm:
