Longest Common Extensions in Sublinear Space

April 10, 2015 Β· Declared Dead Β· πŸ› Annual Symposium on Combinatorial Pattern Matching

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Philip Bille, Inge Li Gørtz, Mathias Bæk Tejs Knudsen, Moshe Lewenstein, Hjalte Wedel Vildhøj arXiv ID 1504.02671 Category cs.DS: Data Structures & Algorithms Citations 29 Venue Annual Symposium on Combinatorial Pattern Matching Last Checked 3 months ago
Abstract
The longest common extension problem (LCE problem) is to construct a data structure for an input string $T$ of length $n$ that supports LCE$(i,j)$ queries. Such a query returns the length of the longest common prefix of the suffixes starting at positions $i$ and $j$ in $T$. This classic problem has a well-known solution that uses $O(n)$ space and $O(1)$ query time. In this paper we show that for any trade-off parameter $1 \leq Ο„\leq n$, the problem can be solved in $O(\frac{n}Ο„)$ space and $O(Ο„)$ query time. This significantly improves the previously best known time-space trade-offs, and almost matches the best known time-space product lower bound.
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