OpFlights

C++, command line-based program that determines the shortest flight route between any airport in the world utilizing graph/path-finding algorithms (Dijkstra’s algorithm, A-star search, and breadth-first traversal) and the OpenFlights dataset

Project Link