Function constructLZ78Trie

  • Return a logic tree representing the LZ78 trie of a given string.

    Parameters

    • text: string

      Input string

    Returns Logics.LogicTree

Generated using TypeDoc