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 application that utilizes graph theory to solve mazes. It converts mazes into weighted, directed graphs, employing DFS, BFS, and Dijkstra's algorithms for pathfinding. Features include a graphical user interface for interactive maze generation and visualization of algorithmic solutions in real-time.