Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <QuickSearch.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 the QuickSearch substring matching algorithm as presented in the Daniel M. Sunday article.
|
static |
Search for pattern in linear string.