/rome99-graph-traversal

Command line program which finds the shortest path between 2 vertices in a graph file using Dijkstra's algorithm (graph file is a representation of Rome's intersections).

Primary LanguageJava

rome99-graph-traversal

Command line program which finds the shortest path between 2 vertices in a graph file using Dijkstra's algorithm.