Deque

January 14, 2020 ยท View on GitHub

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.