Steque

Home > Computer Science > Algorithms and data structures > Stacks and Queues > Steque

A steque(stack-ended queue)is a hybrid of the stack and queue data structures. It allows you to add and remove items from both ends of the data structure.