Tight Lower Bounds for the Longest Common Extension Problem
Dmitry Kosolobov

TL;DR
This paper establishes a fundamental lower bound trade-off between space and query time for the Longest Common Extension problem in a read-only string model, confirming the optimality of existing solutions.
Contribution
It proves a tight lower bound of $S(n)T(n) = ext{Omega}(n \log n)$ for space and time trade-offs in the non-uniform cell-probe model under specific conditions.
Findings
The trade-off $S(n)T(n) = ext{Omega}(n \log n)$ is proven to be tight.
The lower bound applies to read-only input strings with large alphabet sizes.
The result confirms the optimality of known data structures for LCE queries.
Abstract
The longest common extension problem is to preprocess a given string of length into a data structure that uses bits on top of the input and answers in time the queries computing the length of the longest string that occurs at both positions and in the input. We prove that the trade-off holds in the non-uniform cell-probe model provided that the input string is read-only, each letter occupies a separate memory cell, , and the size of the input alphabet is at least . It is known that this trade-off is tight.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Complexity and Algorithms in Graphs · DNA and Biological Computing
