Encyclopedia > Deque

  Article Content

Deque

A deque, or double-ended queue is a data structure which unites the properties of a queue and a stack. Like the stack, items can be pushed into the deque; once inserted into the deque the last item pushed in may be extracted from one side (popped, as in a stack), and the first item pushed in may be pulled out of the other side (as in a queue).

See also



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Quadratic formula

... two different solutions x, both of which are real. (Geometrically, this means that the parabola intersects the x-axis in two points.) If the discriminant is negative, ...

 
 
 
This page was created in 40.3 ms