Silvenga / Deque

Double-ended queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Double-ended queue

License:MIT License


Languages

Language:C# 100.0%