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

#include <OracleMatcherConstruction.h>

Static Public Member Functions

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

Member Function Documentation

◆ construct()

template<class SymbolType >
automaton::DFA< SymbolType, unsigned > stringology::matching::OracleMatcherConstruction::construct ( const string::LinearString< SymbolType > &  pattern)
static

Linear time on-line construction of minimal suffix automaton for given pattern.

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

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