Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

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.