Double-ended Queue

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Double-ended Queue

Also known as a deque, allows insertion and removal of items from both ends.