A fast and simple $O (z \log n)$-space index for finding approximately longest common substrings

November 24, 2022 Β· Declared Dead Β· + Add venue

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Nick Fagan, Jorge Hermo GonzΓ‘lez, Travis Gagie arXiv ID 2211.13434 Category cs.DS: Data Structures & Algorithms Citations 0 Last Checked 5 months ago
Abstract
We describe how, given a text $T [1..n]$ and a positive constant $Ξ΅$, we can build a simple $O (z \log n)$-space index, where $z$ is the number of phrases in the LZ77 parse of $T$, such that later, given a pattern $P [1..m]$, in $O (m \log \log z + \mathrm{polylog} (m + z))$ time and with high probability we can find a substring of $P$ that occurs in $T$ and whose length is at least a $(1 - Ξ΅)$-fraction of the length of a longest common substring of $P$ and $T$.
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