Queue

From NovaOrdis Knowledge Base
Revision as of 01:14, 11 August 2018 by Ovidiu (talk | contribs) (→‎Overview)
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.