Search Results for

    Show / Hide Table of Contents

    Class DoubleLengthPcsSorterTests

    Inheritance
    System.Object
    DoubleLengthPcsSorterTests
    CountingSortDoubleLengthPcsSorterTests
    NaiveDoubleLengthPcsSorterTests
    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.SuffixArrays.CyclicShifts
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class DoubleLengthPcsSorterTests

    Constructors

    | Improve this Doc View Source

    DoubleLengthPcsSorterTests(Func<DoubleLengthPcsSorterTests.SorterBuilderInput, IDoubleLengthPcsSorter>)

    Declaration
    protected DoubleLengthPcsSorterTests(Func<DoubleLengthPcsSorterTests.SorterBuilderInput, IDoubleLengthPcsSorter> sorterBuilder)
    Parameters
    Type Name Description
    Func<DoubleLengthPcsSorterTests.SorterBuilderInput, IDoubleLengthPcsSorter> sorterBuilder

    Properties

    | Improve this Doc View Source

    SorterBuilder

    Declaration
    protected Func<DoubleLengthPcsSorterTests.SorterBuilderInput, IDoubleLengthPcsSorter> SorterBuilder { get; }
    Property Value
    Type Description
    Func<DoubleLengthPcsSorterTests.SorterBuilderInput, IDoubleLengthPcsSorter>

    Methods

    | Improve this Doc View Source

    Sort_IsCorrect(String, Int32, Int32[], Int32[], Boolean, Int32[])

    Declaration
    public void Sort_IsCorrect(string input, int pcsLength, int[] order, int[] eqClasses, bool inputWithTerminator, int[] expectedResult)
    Parameters
    Type Name Description
    System.String input
    System.Int32 pcsLength
    System.Int32[] order
    System.Int32[] eqClasses
    System.Boolean inputWithTerminator
    System.Int32[] expectedResult

    Extension Methods

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