Skip to content

Simulates airstrip usage according to a priority algorithm between takeoffs and landings. Coded using Java and uses stacks/queues and basic file io.

Notifications You must be signed in to change notification settings

mccowanzhang/Airport-Control-Tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airport-Control-Tower

Simulates airstrip usage according to a priority algorithm between takeoffs and landings. Coded using Java and uses stacks/queues and basic file io.

Run src -> AirportGUI.java

arrivals.txt contain "flights" that are arriving immediately upon program launch. Text file may be edited to include/exclude initial arrivals.

takeoffs.txt contain "flights" that are taking off immedaitely upon program launch. text file may be edited to include/exclude inttial takeoffs.

About

Simulates airstrip usage according to a priority algorithm between takeoffs and landings. Coded using Java and uses stacks/queues and basic file io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages