Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Generated by DocFX