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
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.