Skip to content

anjalis-ingh/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Random Maze Generator and Path Solver

This is an algorithm which creates a random maze using Disjoint Set Data Structures (Union and Find). The user can specify the rows and columns of the N x M maze, and the program then generates and displays a randomized maze along with an unique path founded from start to end.

Screen Shot 2023-04-21 at 3 46 59 PM Screen Shot 2023-04-21 at 3 47 22 PM

About

Randomized Maze Generator and Path Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages