CS:3330 Algorithms Project 4: Due 12/10/2019


For this assignment, you will create a random square maze of a size provided by the user and display the maze on the screen. The creation of the maze is introduced in the last section of the lecture notes on disjoint sets: Chapter 07.pdf

You are asked to complete the following tasks:

To help you get started, we provide the following java code maze.java as the first step of your project.

Please submit your code file maze.java along with a transcript of its executions with the maze size = 10, 20, 30, respectively. Submit everything in the ICON dropbox for Project 4 before the deadline.

Thank you!