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