English

Longest Common Prefixes with $k$-Errors and Applications

Data Structures and Algorithms 2018-01-16 v1

Abstract

Although real-world text datasets, such as DNA sequences, are far from being uniformly random, average-case string searching algorithms perform significantly better than worst-case ones in most applications of interest. In this paper, we study the problem of computing the longest prefix of each suffix of a given string of length nn over a constant-sized alphabet that occurs elsewhere in the string with kk-errors. This problem has already been studied under the Hamming distance model. Our first result is an improvement upon the state-of-the-art average-case time complexity for non-constant kk and using only linear space under the Hamming distance model. Notably, we show that our technique can be extended to the edit distance model with the same time and space complexities. Specifically, our algorithms run in O(nlogknloglogn)\mathcal{O}(n \log^k n \log \log n) time on average using O(n)\mathcal{O}(n) space. We show that our technique is applicable to several algorithmic problems in computational biology and elsewhere.

Keywords

Cite

@article{arxiv.1801.04425,
  title  = {Longest Common Prefixes with $k$-Errors and Applications},
  author = {Lorraine A. K. Ayad and Panagiotis Charalampopoulos and Costas S. Iliopoulos and Solon P. Pissis},
  journal= {arXiv preprint arXiv:1801.04425},
  year   = {2018}
}
R2 v1 2026-06-22T23:44:21.735Z