Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ExactSeedComputation.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< ext::pair< string::LinearString< SymbolType >, unsigned > > | compute (const string::LinearString< SymbolType > &pattern) |
Class to compute the set of all exact seeds of a given string
Source: Veronika Dolanska: Implementace automatovych algoritmu na hledani jader (2020)
|
inlinestatic |
Computes all exact seeds of a string Source: Veronika Dolanska: Implementace automatovych algoritmu na hledani jader (2020)
pattern | - string for which seeds are computed |