Search Results for

    Show / Hide Table of Contents

    Class LcpArrayBuilderTests

    Inheritance
    System.Object
    LcpArrayBuilderTests
    KasaiLcpArrayBuilderTests
    NaiveLcpArrayBuilderTests
    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.LongestCommonPrefix
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class LcpArrayBuilderTests

    Constructors

    | Improve this Doc View Source

    LcpArrayBuilderTests(Func<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput, ILcpArrayBuilder>)

    Declaration
    protected LcpArrayBuilderTests(Func<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput, ILcpArrayBuilder> builderBuilder)
    Parameters
    Type Name Description
    Func<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput, ILcpArrayBuilder> builderBuilder

    Properties

    | Improve this Doc View Source

    BuilderBuilder

    Declaration
    protected Func<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput, ILcpArrayBuilder> BuilderBuilder { get; }
    Property Value
    Type Description
    Func<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput, ILcpArrayBuilder>

    Methods

    | Improve this Doc View Source

    Build_IsCorrect(String, Int32[], Int32[])

    Declaration
    public void Build_IsCorrect(string textContent, int[] suffixArray, int[] expectedResult)
    Parameters
    Type Name Description
    System.String textContent
    System.Int32[] suffixArray
    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