bn:03780427n
Noun Concept
Categories: Abstract data types
EN
double-ended queue  deque  deques  dequeue  double ended queue
EN
In computer science, a double-ended queue is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front or back. Wikipedia
Definitions
Relations
Sources
EN
In computer science, a double-ended queue is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front or back. Wikipedia
A data type in computer science Wikipedia Disambiguation
Abstract data type for which elements can be added to or removed from either the front or back Wikidata
An abstract list-type data structure where elements can be added to or removed from the front (head) or the back (tail). Wiktionary