A double-ended queue, with amortized O(1) access to both front and back. NuGet Package

A double-ended queue (deque), 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 (with the operations getting slower as the index approaches the middle).

This is a source package.




Got any A double-ended queue, with amortized O(1) access to both front and back. Question?





Info

Version: 1.0.0
Author(s): Stephen Cleary
Last Update: Wednesday, November 7, 2012
.NET Fiddle: Create the first Fiddle
Project Url: http://nitodeque.codeplex.com/
NuGet Url: https://www.nuget.org/packages/Nito.Deque


Install
Install-Package Nito.Deque
dotnet add package Nito.Deque
paket add Nito.Deque
Nito.Deque Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

4613