Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <GoodSuffixShiftTable.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::vector< size_t > | gss (const string::LinearString< SymbolType > &pattern) |
Computation of GSS table for BM from MI(E+\eps)-EVY course 2014
|
static |
Search for pattern in linear string.