On Longest Repeat Queries
Abstract
Repeat finding in strings has important applications in subfields such as computational biology. Surprisingly, all prior work on repeat finding did not consider the constraint on the locality of repeats. In this paper, we propose and study the problem of finding longest repetitive substrings covering particular string positions. We propose an time and space algorithm for finding the longest repeat covering every position of a string of size . Our work is optimal since the reading and the storage of an input string of size takes time and space. Because any substring of a repeat is also a repeat, our solution to longest repeat queries effectively provides a "stabbing" tool for practitioners for finding most of the repeats that cover particular string positions.
Cite
@article{arxiv.1501.06259,
title = {On Longest Repeat Queries},
author = {Atalay Mert İleri and M. Oğuzhan Külekci and Bojian Xu},
journal= {arXiv preprint arXiv:1501.06259},
year = {2015}
}
Comments
11 pages