Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <TailedSubstring.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 TailedSubstring algorithm from article “ IT’S ECONOMY, STUPID! ” : SEARCHING FOR A SUBSTRING WITH CONSTANT EXTRA SPACE COMPLEXITY Domenico Cantone and Simone Faro
|
static |
Search for pattern in linear string.