Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 340 Bytes

README.rdoc

File metadata and controls

10 lines (6 loc) · 340 Bytes

# Airport-Simulation • It is a ‘Data Structure’ course project, developed in C++.

• It includes airport simulation and flight scheduling.

• It predicts runways requirement for future according to expected traffic.

• Ouput best possible schedule with minimum possible crashes.

• I have used priority queue in this project.