salazarbrandon1257 / Project4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project4

Introduction: This is a project for my CS 5343.001 - Algorithm Analysis and Data Structures course
Displays a maze as described in the textbook.  The program is a command-line program that generates a character-based maze

The user is able to specify the number of rows and columns in the maze
Used the DisjSet class from the textbook to implement the textbook's algorithm. The DisjSet class must be used as given in the textbook without making modifications to it.
This project was a fun way of implementing the disjoint set data structure

About


Languages

Language:Java 100.0%