Skip to content
/ mazes Public

Rectangular and Hexagonal Maze Construction and Solving

Notifications You must be signed in to change notification settings

h0rban/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mazes

Rectangular and Hexagonal Maze Construction and Solving vizualized with NU's BigBang library in Java

This project was created following the instructions of the assignment for Northeastern's CS2510 Accelerated course. Maze construction is done with Kruskal's algorithm and solving is done with Breadth-first search and Depth-first search. By instructor policy, the source code can only be made public by request.

Demo

Maze Demo

Partner

Vedant