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

#include <SuffixArrayFactors.h>

Static Public Member Functions

template<class SymbolType >
static ext::set< unsigned > query (const indexes::stringology::SuffixArray< SymbolType > &suffixArray, const string::LinearString< SymbolType > &string)
 

Detailed Description

Query suffix trie for given string.

Source: ??

Member Function Documentation

◆ query()

template<class SymbolType >
ext::set< unsigned > stringology::query::SuffixArrayFactors::query ( const indexes::stringology::SuffixArray< SymbolType > &  suffixArray,
const string::LinearString< SymbolType > &  string 
)
static

Query a suffix array

Parameters
suffixarray to query
stringstring to query by
Returns
occurences of factors
Here is the call graph for this function:

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