Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <BNDMMatcherConstruction.h>
Static Public Member Functions | |
template<class SymbolType , size_t BitmaskBitCount = 64> | |
static indexes::stringology::BitSetIndex< SymbolType, BitmaskBitCount > | 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 |