Deque

Home > Computer Science > Algorithms and data structures > Arrays > Deque

A data structure that allows for insertion and removal at both ends, providing flexibility for certain applications.