Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <BackwardDAWGMatching.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< unsigned > | match (const string::LinearString< SymbolType > &subject, const indexes::stringology::SuffixAutomaton< SymbolType > &suffixAutomaton) |
Implementation of Backward DAWG Matching.
|
static |
Search for pattern in linear string.