All Projects → StephenCleary → Deque

StephenCleary / Deque

Licence: mit
Double-ended queue

Logo

Deque Build status codecov NuGet version API docs

A double-ended queue, which provides O(1) indexed access, O(1) removals from the front and back, amortized O(1) insertions to the front and back, and O(N) insertions and removals anywhere else.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].