Outline



Queues



queue interface



queue implementation strategies



array implementation of queues



in-place array implementation



generic array allocation



implementation of the method offer



implementation of the method poll



queue applications