Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <NondeterministicExactSuffixAutomaton.h>
Static Public Member Functions | |
template<class SymbolType > | |
static automaton::NFA< SymbolType, unsigned > | construct (const string::LinearString< SymbolType > &pattern) |
|
static |
Nondeterministic construction of nondeterministic suffix automaton for given pattern.