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

#include <NyldonFactoring.h>

Static Public Member Functions

template<class SymbolType >
static ext::vector< unsigned > factorize (const string::LinearString< SymbolType > &string)
 

Member Function Documentation

◆ factorize()

template<class SymbolType >
ext::vector< unsigned > stringology::properties::NyldonFactoring::factorize ( const string::LinearString< SymbolType > &  string)
static

Computes the nyldon factoring of a given nonempty string.

Parameters
stringthe nonempty string to factorize
Returns
positions where the string is split to nyldon factors
Here is the call graph for this function:

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