Queue
Jump to navigation
Jump to search
Internal
Overview
Overview
A queue is a dynamic set in which the the DELETE operation, which does not have any argument, removes the oldest element. The queue has a first-in-first-out, or FIFO policy. Also see Stack.
Difference between list and queue.