Question: Overview: The Disjoint Set data structure will be used in the creation of a maze. Details: Write a program to generate and display a maze
Overview: The Disjoint Set data structure will be used in the creation of a maze.
Details: Write a program to generate and display a maze The program may either be a command-line program that generates a character-based maze, or it may be a GUI program that draws the maze in a window. The user should be able to specify the number of rows and columns in the maze, at least up to 20x20. You must use the DisjSet class to implement the algorithm. The DisjSet class must be used as given without making modifications to it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
