Maze Generation And Path Finder Animation
| Maze Generation |
I generate the maze with randomized prim's algorithm.
| Find Path |
I use Depth-first search to find the solution for the maze.
Maze Generation And Path Finder Animation
| Maze Generation |
I generate the maze with randomized prim's algorithm.
| Find Path |
I use Depth-first search to find the solution for the maze.