Deterministic sub-linear space LCE data structures with efficient construction
Yuka Tanimura, Tomohiro I, Hideo Bannai, Shunsuke Inenaga and, Simon J. Puglisi, Masayuki Takeda

TL;DR
This paper introduces a deterministic data structure for LCE queries that balances space and query time efficiently, while significantly reducing construction time compared to previous methods.
Contribution
It presents a new deterministic LCE data structure with optimal space, improved query time, and faster construction than prior solutions.
Findings
Achieves $O(n/ au)$ space and $O( au ext{min}\{ ext{log} au, ext{log}rac{n}{ au} ight)$ query time.
Construction time is reduced to $O(n au)$, significantly faster than previous quadratic solutions.
Provides a practical deterministic approach for efficient string processing applications.
Abstract
Given a string of symbols, a longest common extension query asks for the length of the longest common prefix of the th and th suffixes of . LCE queries have several important applications in string processing, perhaps most notably to suffix sorting. Recently, Bille et al. (J. Discrete Algorithms 25:42-50, 2014, Proc. CPM 2015: 65-76) described several data structures for answering LCE queries that offers a space-time trade-off between data structure size and query time. In particular, for a parameter , their best deterministic solution is a data structure of size which allows LCE queries to be answered in time. However, the construction time for all deterministic versions of their data structure is quadratic in . In this paper, we propose a deterministic solution that achieves a similar space-time…
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 · Network Packet Processing and Optimization · semigroups and automata theory
