Approximating LZ77 in Small Space
Abstract
Given a positive \(ε ≤ 1\) and read-only access to a string \(S [1..n]\) whose LZ77 parse consists of z phrases, with high probability we can build an LZ77-like parse of S that consists of z / ε phrases using n1 + ε time, n1 + ε / B I/Os (where B is the size of a disk block) and z / ε space.
0