Skip to content

drewlindsey/Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Graph Theory Applet

View the generation and solving of a perfect maze.

Algorithms

Randomized Prim's Algorithm Used to generate a Minimum Spanning Tree which will visually become a "perfect" maze (one with only one solution).

Dijkstra's Algorithm Used to solve the maze generated by Prim's algorithm.

Tech

This was developed using IntelliJ to launch an applet from within the IDE.

About

Generates and solves a maze using graph theory concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages