deque
English
Alternative forms
Etymology
Shortened from double-ended queue.
Pronunciation
- IPA(key): /dɛk/
- Rhymes: -ɛk
- Homophone: deck
Noun
deque (plural deques)
- (computing) A linear data structure in which elements may be appended to or removed from either end.
- Coordinate terms: list, stack, queue
- This algorithm is difficult to implement with a standard queue, but with a deque it's easy.
- 2011, Michael T. Goodrich, Roberto Tamassia, David M. Mount, Data Structures and Algorithms in C++, John Wiley & Sons, →ISBN, page 218:
- As with the stack and queue, the Standard Template Library provides an implementation of a deque.
Portuguese
This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.