Search Results for

    Show / Hide Table of Contents

    Class PeekKthPriorityQueueTests

    Inheritance
    System.Object
    PeekKthPriorityQueueTests
    ArrayListPriorityQueueTests_AsPeekKthQueue
    BinaryHeapPriorityQueueTests_AsPeekKthQueue
    SortedLinkedListPriorityQueueTests_AsPeekKthQueue
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Tests.PriorityQueues
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class PeekKthPriorityQueueTests

    Constructors

    | Improve this Doc View Source

    PeekKthPriorityQueueTests(Func<IPeekKthPriorityQueue<Int32>>)

    Declaration
    protected PeekKthPriorityQueueTests(Func<IPeekKthPriorityQueue<int>> intQueueBuilder)
    Parameters
    Type Name Description
    Func<IPeekKthPriorityQueue<System.Int32>> intQueueBuilder

    Properties

    | Improve this Doc View Source

    IntQueueBuilder

    Declaration
    protected Func<IPeekKthPriorityQueue<int>> IntQueueBuilder { get; }
    Property Value
    Type Description
    Func<IPeekKthPriorityQueue<System.Int32>>

    Methods

    | Improve this Doc View Source

    PeekKth_IsCorrect()

    Declaration
    public void PeekKth_IsCorrect()
    | Improve this Doc View Source

    PeekKth_IsStable()

    Declaration
    public void PeekKth_IsStable()
    | Improve this Doc View Source

    PeekKth_ThrowsExceptionOnInvalidK()

    Declaration
    public void PeekKth_ThrowsExceptionOnInvalidK()

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX