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

#include <NondeterministicExactSuffixEpsilonAutomaton.h>

Static Public Member Functions

template<class SymbolType >
static automaton::EpsilonNFA< SymbolType, unsigned > construct (const string::LinearString< SymbolType > &pattern)
 

Member Function Documentation

◆ construct()

template<class SymbolType >
automaton::EpsilonNFA< SymbolType, unsigned > stringology::indexing::NondeterministicExactSuffixEpsilonAutomaton::construct ( const string::LinearString< SymbolType > &  pattern)
static

Nondeterministic construction of nondeterministic suffix automaton for given pattern.

Returns
nondeterministic suffix automaton for given pattern.
Here is the call graph for this function:
Here is the caller graph for this function:

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