Skip to content

kygagner/Deque

 
 

Repository files navigation

This fork exists for purposes of strong naming.

Deque AppVeyor Coveralls

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.

API Docs

NuGet Pre Release

About

Double-ended queue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.1%
  • PowerShell 0.9%