Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <Dogaru.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< unsigned > | match (const string::LinearString< SymbolType > &subject, const string::LinearString< SymbolType > &pattern) |
Implementation of the Dogaru algorithm from article "On the All Occurrences of a Word in a Text" by O.C.Dogaru
|
static |
Search for pattern in linear string.