Search Results for

    Show / Hide Table of Contents

    Class PrefixFunctionCalculatorTests

    Inheritance
    System.Object
    PrefixFunctionCalculatorTests
    FastPrefixFunctionCalculatorTests
    NaivePrefixFunctionCalculatorTests
    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.KnuthMorrisPratt.PrefixFunction
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class PrefixFunctionCalculatorTests

    Constructors

    | Improve this Doc View Source

    PrefixFunctionCalculatorTests(IPrefixFunctionCalculator)

    Declaration
    protected PrefixFunctionCalculatorTests(IPrefixFunctionCalculator prefixFunctionCalculator)
    Parameters
    Type Name Description
    IPrefixFunctionCalculator prefixFunctionCalculator

    Properties

    | Improve this Doc View Source

    PrefixFunctionCalculator

    Declaration
    protected IPrefixFunctionCalculator PrefixFunctionCalculator { get; }
    Property Value
    Type Description
    IPrefixFunctionCalculator

    Methods

    | Improve this Doc View Source

    GetAllBordersByDescLength_IsCorrect(Int32[], String)

    Declaration
    public void GetAllBordersByDescLength_IsCorrect(int[] expectedResult, string text)
    Parameters
    Type Name Description
    System.Int32[] expectedResult
    System.String text

    Extension Methods

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