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

#include <SuffixTrieNaive.h>

Static Public Member Functions

template<class SymbolType >
static indexes::stringology::SuffixTrie< SymbolType > construct (const string::LinearString< SymbolType > &w)
 

Detailed Description

Constructs suffix trie for given string.

Source: Lectures MI-EVY (CTU in Prague), Year 2014, Lecture 3, slide 4

Member Function Documentation

◆ construct()

template<class SymbolType >
indexes::stringology::SuffixTrie< SymbolType > stringology::indexing::SuffixTrieNaive::construct ( const string::LinearString< SymbolType > &  w)
static

Creates suffix trie

Parameters
stringstring to construct suffix trie for
Returns
automaton
Here is the call graph for this function:

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