Fast Compressed Self-Indexes with Deterministic Linear-Time Construction

July 06, 2017 Β· Declared Dead Β· πŸ› Algorithmica

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors J. Ian Munro, Gonzalo Navarro, Yakov Nekrich arXiv ID 1707.01743 Category cs.DS: Data Structures & Algorithms Citations 7 Venue Algorithmica Last Checked 4 months ago
Abstract
We introduce a compressed suffix array representation that, on a text $T$ of length $n$ over an alphabet of size $Οƒ$, can be built in $O(n)$ deterministic time, within $O(n\logΟƒ)$ bits of working space, and counts the number of occurrences of any pattern $P$ in $T$ in time $O(|P| + \log\log_w Οƒ)$ on a RAM machine of $w=Ξ©(\log n)$-bit words. This new index outperforms all the other compressed indexes that can be built in linear deterministic time, and some others. The only faster indexes can be built in linear time only in expectation, or require $Θ(n\log n)$ bits. We also show that, by using $O(n\logΟƒ)$ bits, we can build in linear time an index that counts in time $O(|P|/\log_Οƒn + \log n(\log\log n)^2)$, which is RAM-optimal for $w=Θ(\log n)$ and sufficiently long patterns.
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