Skip navigation.

deque - What does it mean?

Definition of 'deque'

English

Alternative forms

*dequeue

Noun

(wikipedia) (en-noun)
  • (computing) A linear data structure in which elements may be appended to or removed from either end.
  • :This algorithm is difficult to implement with a standard queue, but with a deque it's easy.
  • See also

    *list *stack