Skip to content

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

License

Notifications You must be signed in to change notification settings

SameetAsadullah/Airline-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Airline Reservation System

Description

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.

Manual

  1. You can Add/Update/Delete Flights in the txt file named as Flights.txt. The column names in order are:

    • Departure City
    • Destination City
    • Date of Departure
    • Time of Departure
    • Time of Arrival
    • Ticket Price
    • Airline
  2. You can Add/Update/Delete Hotel Charges in the txt file named as HotelCharges_perday.txt. The column names in order are:

    • City of Stay
    • Hotel Charges Per Day

Working Screenshots


About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages