On Two LZ78-style Grammars: Compression Bounds and Compressed-Space Computation
Abstract
We investigate two closely related LZ78-based compression schemes: LZMW (an old scheme by Miller and Wegman) and LZD (a recent variant by Goto et al.). Both LZD and LZMW naturally produce a grammar for a string of length n; we show that the size of this grammar can be larger than the size of the smallest grammar by a factor (n13) but is always within a factor O((n n)23). In addition, we show that the standard algorithms using (z) working space to construct the LZD and LZMW parsings, where z is the size of the parsing, work in (n54) time in the worst case. We then describe a new Las Vegas LZD/LZMW parsing algorithm that uses O (z n) space and O(n + z 2 n) time w.h.p..
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.