Namespace MoreStructures.PriorityQueues.LinkedList
Classes
SortedLinkedListPriorityQueue<T>
An IPriorityQueue<T> implementation based on a sorted linked list of its items. On top of basic operations it also supports IUpdatablePriorityQueue<T>, IPeekKthPriorityQueue<T> and IMergeablePriorityQueue<T, TPQTarget>. operations.