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 tree::PrefixRankedBarTree< SymbolType > &subject, const tree::PrefixRankedBarTree< SymbolType > &pattern) |
template<class SymbolType > | |
static ext::set< unsigned > | match (const tree::PrefixRankedBarTree< SymbolType > &subject, const tree::PrefixRankedBarPattern< SymbolType > &pattern) |
template<class SymbolType > | |
static ext::set< unsigned > | match (const tree::PrefixRankedBarTree< SymbolType > &subject, const tree::PrefixRankedBarNonlinearPattern< 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 |
|
static |
|
static |
Search for pattern in linear string.