NIST

deque

(data structure)

Definition: A data structure in which items may be added to or deleted from the head or the tail.

Also known as doubly-ended queue.

See also queue, stack.

Note: Short for Double-Ended QUEue. Pronounced "deck". After [Knuth97, 1:239, Sect. 2.2.1].

Author: PEB


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.

Entry modified 20 November 2008.
HTML page formatted Fri Mar 25 16:20:34 2011.

Cite this as:
Paul E. Black, "deque", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 20 November 2008. (accessed TODAY) Available from: http://www.nist.gov/dads/HTML/deque.html

to NIST home page