Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 206 Bytes

deque.md

File metadata and controls

5 lines (3 loc) · 206 Bytes

Deque

A linear data structure that supports efficient appends and pops from both ends, hence a "double-ended queue". Also useful for representing a general stack.