Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <CompressedBitParallelIndexConstruction.h>
Static Public Member Functions | |
template<class SymbolType > | |
static indexes::stringology::CompressedBitParallelIndex< SymbolType > | construct (const string::LinearString< SymbolType > &w) |
Constructs a compressed bit parallel index for given string.
|
static |
Creates suffix trie
string | string to construct suffix trie for |