This project uses graph theory to represent and navigate maps, providing a graphical user interface for visualization and employing Dijkstra's algorithm for finding the shortest paths between intersections. It supports map visualization, pathfinding, and interactive navigation through a command-line application and Swing-based interface.
graph-theory swing-gui dijkstra-algorithm haversine-formula command-line-interface graph-classification interactive-navigation
-
Updated
May 16, 2024 - Java