Info
Version: | 1.1.1 |
Author(s): | Mohamad vahabian |
Last Update: | Monday, January 25, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PriorityQueueK-karasan |
Install
Install-Package PriorityQueueK-karasan
dotnet add package PriorityQueueK-karasan
paket add PriorityQueueK-karasan
PriorityQueueK-karasan Download (Unzip the "nupkg" after downloading)
A priority queue does not permit null elements. A priority queue relying on natural ordering also does not permit insertion of non-comparable objects.
A priority queue is unbounded, but has an internal capacity governing the size of an array used to store the elements on the queue.
It is always at least as large as the queue size. As elements are added to a priority queue, its capacity grows automatically.