中文

小空间中的 Lempel Ziv 计算 (LZ-CISS)

数据结构与算法 2015-04-13 v1

摘要

针对 Lempel Ziv 77 与 78 分解,我们提出相应算法,对任意大小为 nn 的整数字母表文本,在 O(n/ϵ2)O(n / \epsilon^{2}) 时间内,使用 (1+ϵ)nlgn+O(n)(1+\epsilon) n \lg n + O(n) 比特(对于任意正常数 ϵ1\epsilon \le 1)的工作空间(包括输出空间)生成相应分解。

关键词

引用

@article{arxiv.1504.02605,
  title  = {Lempel Ziv Computation In Small Space (LZ-CISS)},
  author = {Johannes Fischer and Tomohiro I and Dominik Köppl},
  journal= {arXiv preprint arXiv:1504.02605},
  year   = {2015}
}

备注

Full Version of CPM 2015 paper