Search Results for

    Show / Hide Table of Contents

    Namespace MoreStructures.BurrowsWheelerTransform.Matching.Comparers

    Classes

    IndexModKPartialSuffixArrayAgainstPatternComparer

    A SuffixAgainstPatternComparer which uses the provided MoreStructures.SuffixArrays.IndexModKPartialSuffixArray to find the suffix of the provided Text, to compare against the provided Pattern.

    SuffixAgainstPatternComparer

    An of System.Int32, which compares a suffix System.String of Text against the provided System.String pattern, and ignores the second System.Int32 value.

    SuffixArrayAgainstPatternComparer

    A SuffixAgainstPatternComparer which compares the suffix System.String corresponding to the i-th element (first System.Int32 value) of the provided MoreStructures.SuffixArrays.SuffixArray, against the provided System.String pattern, and ignores the second System.Int32 value.

    In This Article
    Back to top Generated by DocFX