Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGenerator

Randomely generates maze and allows user to solve the maze. Best solution is shows after and is found with a breadth first search traversal. The maze is represented as a disjoint set where each set represents a path. Sets are combined if paths are adjacent to eachother.

Baseline Generating Algorithm

Randomely chooses a coordinate from the maze to become a path till there is a path between the start and end coordinates. Start is at the upper left and the end is at the bottom right.

Variant 1:

Screen Shot 2023-08-28 at 4 51 24 PM Screen Shot 2023-08-28 at 4 52 17 PM

Variant 2:

Screen Shot 2023-08-28 at 4 19 26 PM Screen Shot 2023-08-28 at 4 20 03 PM

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages