Space-Efficient Construction of Compressed Indexes in Deterministic Linear Time
Munro, Navarro, Nekrich · cs.DS · 2016-11-14 · 原文
We show that the compressed suffix array and the compressed suffix tree of a string T can be built in O(n) deterministic time using O(n\logσ) bits of space, where n is the string length and σ is the alphabet size. Previously described deterministic algorithms either run in time that depends on the alphabet size or need ω(n\log σ) bits of working space. Our result has immediate applications to other problems, such as yielding the first linear-time LZ77 and LZ78 parsing algorithms that use O(n \logσ) bits.
讲义
讲义·推断 依据「原文」自动生成的结构化摘要(推断),非原文表述;以原文为准。
1. 人话版
We show that the compressed suffix array and the compressed suffix tree of a string T can be built in O(n) deterministic time using O(n\logσ) bits of space, where n is the string length and σ is the alphabet size.
Previously described deterministic algorithms either run in time that depends on the alphabet size or need ω(n\log σ) bits of working space.
2. 领域脉络
本文类目:cs.DS,属于其所在研究脉络的最新进展。
3. 机制拆解
摘要未展开方法细节——精读时重点看方法/模型部分。
4. 证据与数字
Our result has immediate applications to other problems, such as yielding the first linear-time LZ77 and LZ78 parsing algorithms that use O(n \logσ) bits.
5. 反例与边界
摘要未声明局限与反例——这是需要警惕的信号,精读时先问边界。
6. 跨领域连接与意外收获
思考本文机制能否迁移到你正在跟进的问题。
7. 可复用方法
把本文机制与你手头项目对照,找一个两周内能验证的最小实验。
8. 术语表
精读时把不熟的术语记入此处,作为下次回忆的锚点。