Lempel-Ziv Computation In Compressed Space (LZ-CICS)

October 10, 2015 Β· Declared Dead Β· πŸ› Data Compression Conference

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Dominik KΓΆppl, Kunihiko Sadakane arXiv ID 1510.02882 Category cs.DS: Data Structures & Algorithms Citations 20 Venue Data Compression Conference Last Checked 3 months ago
Abstract
We show that both the Lempel Ziv 77- and the 78-factorization of a text of length $n$ on an integer alphabet of size $Οƒ$ can be computed in $O(n \lg \lg Οƒ)$ time (linear time if we allow randomization) using $O(n \lg Οƒ)$ bits of working space. Given that a compressed representation of the suffix tree is loaded into RAM, we can compute both factorizations in $O(n)$ time using $z \lg n + O(n)$ bits of space, where $z$ is the number of factors.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted