• 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.

    Parameters

    • text: string

      Input string

    Returns string[]

Generated using TypeDoc