Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <SuffixTrieNaive.h>
Static Public Member Functions | |
template<class SymbolType > | |
static indexes::stringology::SuffixTrie< SymbolType > | construct (const string::LinearString< SymbolType > &w) |
Constructs suffix trie for given string.
Source: Lectures MI-EVY (CTU in Prague), Year 2014, Lecture 3, slide 4
|
static |
Creates suffix trie
string | string to construct suffix trie for |