Compuress a given string into LZ78 factors, and return the string array whose i-th string is the string represented by i-th LZ78 factor.
Input string
Generated using TypeDoc
Compuress a given string into LZ78 factors, and return the string array whose i-th string is the string represented by i-th LZ78 factor.