You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java-based maze generator and solver with a Swing GUI. Uses randomized DFS to generate a perfect maze (one unique path between any two cells) and A search* with Manhattan distance to find the shortest path. The GUI visualizes the maze, start (green), end (red), and the solution path (blue).