Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
stringology::exact::TailedSubstring Class Reference

#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)
 

Detailed Description

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

Member Function Documentation

◆ match()

template<class SymbolType >
ext::set< unsigned > stringology::exact::TailedSubstring::match ( const string::LinearString< SymbolType > &  subject,
const string::LinearString< SymbolType > &  pattern 
)
static

Search for pattern in linear string.

Returns
set set of occurences
Here is the call graph for this function:

The documentation for this class was generated from the following file: