Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airport-simulator

Airport simulator using queue operations in C.


Problem Statement:
You need to simulate the working of an airport that runs through many units of time.
Let us consider a small but busy airport with three runways, one always reserved for landing, one for takeoff and the third used for landings unless the landing queue is empty, in which case it can be used for takeoffs.
Planes arrive ready to land or ready to take off at random times, so at any given unit of time, the runways may be idle or a plane may be landing or taking off and there may be several planes waiting either to land or take off.


Execution:
Run make -f makefile.mk (for Ubuntu).

About

Airport simulator using queue operations in C.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages