Maze Solver
2017
Java, DFS/BFS, A*, Prim's Algorithm
This was my first encounter with real "algorithms", even though I had little idea of what they really were. Using Prim's algorithm, I generated perfect mazes, aka mazes that had exactly one solution. Then, I used depth-first search, breadth-first search, and A* to solve the mazes with real-time path highlighting to show how the algorithms "think". All the mazes could be loaded from and saved to .dat files. Plus, everything was packaged into a neat little GUI.
Check out the repo here!
Check out the repo here!