Airbnb

Tip

Airbnb times its coding interviews very strictly. Most problems only get 30 minute slots. Code them quickly.

Develop a queue using only arrays of max length of 5.
1
"""implement a queue with an array of length of 5"""