37template <
class SymbolType,
template <
typename >
class StringIndex,
class StringIndexConstructionAlgo >
42template <
class SymbolType,
template <
typename >
class StringIndex,
class StringIndexConstructionAlgo >
Definition: FullAndLinearIndexConstruction.h:23
static indexes::arbology::FullAndLinearIndex< SymbolType, StringIndex > construct(const tree::PrefixRankedTree< SymbolType > &w)
Definition: FullAndLinearIndexConstruction.h:38
Definition: ranked_symbol.hpp:20
Full and linear tree index. The index serves as a adaptor of string index so that searching for tree ...
Definition: FullAndLinearIndex.h:49
Position heap string index. Tree like representation of all suffixes. The suffixes are themselves rep...
Definition: PositionHeap.h:56
Linear string.
Definition: LinearString.h:57
Definition: PositionHeapNaive.h:23
Tree structure represented as linear sequece as result of preorder traversal with additional bar symb...
Definition: PrefixRankedBarTree.h:78
Tree structure represented as linear sequece as result of preorder traversal. The representation is s...
Definition: PrefixRankedTree.h:71
static ext::vector< int > compute(const tree::PrefixRankedBarTree< SymbolType > &subject)
Definition: SubtreeJumpTable.h:49
Definition: BoyerMooreHorspool.h:22