Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <Repetition.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::tuple< size_t, size_t, size_t > | construct (const string::LinearString< SymbolType > &string) |
|
static |
Computes maximal repetition in a string
string | to compute repetition for |