Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 365 Bytes

Maze

*.maze: sample maze files

DisjointSets.*: union-find data structure (already implemented)

Maze.*: maze data structure (needs implementation from you)

MazePlay.*: GUI for Maze program

RefMaze.class: working implementation of Maze.class. To use, just make a copy to overwrite Maze.class and run MazePlay.

Javadoc: contains documentation of the project