Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 333 Bytes

File metadata and controls

7 lines (6 loc) · 333 Bytes

Projct3VisibleVersion

This Is a Visible Version for Project3 CSCI 6212 Maze Using DFS To get different input scales, change MazeGenerator maze = new MazeGenerator(width, nodeWidth); in Client.java

This statement generate a maze which has width*width nodes, and draw the graph which every node has a width of "nodeWidth".