/ICP_Final_

Air route planner that finds most efficient routes based on distance using route, airline and airport information

Primary LanguageC++

ICP_Final_

Air route planner that finds most efficient routes based on distance using route, airline and airport information

Background Information

This project was built with airport, airline and flight data originally presented in csv format. More information on the data can be found at https://openflights.org/data.html

Installation

Clone the repository and run main.cpp

Use

To edit the start and destination city, simply open `input.txt` and edit the text in that file. Adhere strictly to the format shown below in order to ensure smooth running of the program
StartCity, StartCountry

DestinationCity, DestinationCountry

Final Words

>Enjoy!!!