![](http://image.absoluteastronomy.com/images//topicimages/noimage.gif)
Dequeue
Encyclopedia
In computer science
, the word dequeue can be used as:
Computer science
Computer science or computing science is the study of the theoretical foundations of information and computation and of practical techniques for their implementation and application in computer systems...
, the word dequeue can be used as:
- A verb meaning "to remove from a queue"
- An abbreviation for double-ended queueDequeIn computer science, a double-ended queue is an abstract data structure that implements a queue for which elements can only be added to or removed from the front or back...
(more commonly, deque)