An Airline Reservation System
coded in C++ language
using Microsoft Visual Studio
with multiple basic and advance Search Options
. Used Dijkstra Algorithm
on flights graph for finding Optimal Path
in terms of cost/time.
-
You can
Add/Update/Delete Flights
in the txt file named asFlights.txt
. The column names in order are:- Departure City
- Destination City
- Date of Departure
- Time of Departure
- Time of Arrival
- Ticket Price
- Airline
-
You can
Add/Update/Delete Hotel Charges
in the txt file named asHotelCharges_perday.txt
. The column names in order are:- City of Stay
- Hotel Charges Per Day