Skip to main content

2 docs tagged with "deque"

View all tags

Double-Ended Queue (Deque) Data Structure

A double-ended queue (Deque) is a linear data structure that allows insertion and deletion of elements from both ends—front and rear. This makes it a versatile data structure with efficient operations for many applications.