Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <BoyerMooreHorspool.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< unsigned > | match (const string::LinearString< SymbolType > &string, const string::LinearString< SymbolType > &pattern) |
Implementation of BMH for MI(E+\eps)-EVY course 2014 To get rid of zeros in BCS table we ignore last haystack character
|
static |
Search for pattern in linear string.