English

Faster Lightweight Lempel-Ziv Parsing

Data Structures and Algorithms 2015-06-09 v3

Abstract

We present an algorithm that computes the Lempel-Ziv decomposition in O(n(logσ+loglogn))O(n(\log\sigma + \log\log n)) time and nlogσ+ϵnn\log\sigma + \epsilon n bits of space, where ϵ\epsilon is a constant rational parameter, nn is the length of the input string, and σ\sigma is the alphabet size. The nlogσn\log\sigma bits in the space bound are for the input string itself which is treated as read-only.

Keywords

Cite

@article{arxiv.1504.06712,
  title  = {Faster Lightweight Lempel-Ziv Parsing},
  author = {Dmitry Kosolobov},
  journal= {arXiv preprint arXiv:1504.06712},
  year   = {2015}
}

Comments

16 pages, 5 figures, accepted to MFCS 2015

R2 v1 2026-06-22T09:22:34.480Z