|
Rate question difficulty level
|
4
|
1 Votes
|
Given an airport that has only one landing lane and can land only one plane at a time:
1. In case more than one airplane is waiting for landing approval, how would you prioritize those waiting planes? please state only the primary parameter.
2. How would you manage the planes queue? what sort of data type would you use? what would you save in it?