Shortest Path


I developed a shortest path program for my Algorithms course at the University of Miami. It creates a graph structure by reading location and road data from provided files, then prompts the user to enter two cities in the United States. After the cities have been entered, it calculates the shortest path between them and shows it on a visual map that includes elevation.

Shortest Path Code - Type: Algorithms, C++ - Date: 2017