Namespace MoreStructures.SuffixArrays.Builders
Classes
NaiveSuffixArrayBuilder
An algorithm for building the MoreStructures.SuffixArrays.SuffixArray directly from a TextWithTerminator, listing and sorting all suffixes of Text.
PcsBasedSuffixArrayBuilder
An algorithm for building the MoreStructures.SuffixArrays.SuffixArray based on fast PCS comparison.
SuffixStructureBasedSuffixArrayBuilder<TEdge, TNode>
An algorithm for building the MoreStructures.SuffixArrays.SuffixArray from an already built ISuffixStructureNode<TEdge, TNode> structure for the provided TextWithTerminator.
Interfaces
ISuffixArrayBuilder
An algorithm for building the MoreStructures.SuffixArrays.SuffixArray of a text.