Deterministic sub-linear space LCE data structures with efficient construction
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 trade-off of query time using space, but significantly improve the construction time to .
Keywords
Cite
@article{arxiv.1601.07670,
title = {Deterministic sub-linear space LCE data structures with efficient construction},
author = {Yuka Tanimura and Tomohiro I and Hideo Bannai and Shunsuke Inenaga and Simon J. Puglisi and Masayuki Takeda},
journal= {arXiv preprint arXiv:1601.07670},
year = {2016}
}
Comments
updated title