Outline



queue implementation strategies



array implementation of queues



in-place array implementation



implementation of the method offer



amortized runtime analysis



implementation of the method poll



linked list implementation of queues



data structure traversal



depth-first traversal



double-ended queues



Simulation of an airline counter



Random numbers