Deque

From Esolang

Jump to: navigation, search
This article is a stub, which means that it is not detailed enough and needs to be expanded. Please help us by adding some more information.

A deque is a data structure that can behave both like a queue and a stack. It allows data to be pushed to either the front or the back, and data to be popped from either the front or the back of the list. Several esoteric programming languages use a deque as a central data structure.

[edit] See Also

Category:Deque-based

Personal tools