Substring Compression Variations and LZ78-Derivates

Dominik Köppl
DOI: https://doi.org/10.1109/DCC58796.2024.00021
2024-09-23
Abstract:We propose algorithms computing the semi-greedy Lempel-Ziv 78 (LZ78), the Lempel-Ziv Double (LZD), and the Lempel-Ziv-Miller-Wegman (LZMW) factorizations in linear time for integer alphabets. For LZD and LZMW, we additionally propose data structures that can be constructed in linear time, which can solve the substring compression problems for these factorizations in time linear in the output size. For substring compression, we give results for lexparse and closed factorizations.
Data Structures and Algorithms
What problem does this paper attempt to address?