English

An In-place Framework for Exact and Approximate Shortest Unique Substring Queries

Data Structures and Algorithms 2015-12-02 v1

Abstract

We revisit the exact shortest unique substring (SUS) finding problem, and propose its approximate version where mismatches are allowed, due to its applications in subfields such as computational biology. We design a generic in-place framework that fits to solve both the exact and approximate kk-mismatch SUS finding, using the minimum 2n2n memory words plus nn bytes space, where nn is the input string size. By using the in-place framework, we can find the exact and approximate kk-mismatch SUS for every string position using a total of O(n)O(n) and O(n2)O(n^2) time, respectively, regardless of the value of kk. Our framework does not involve any compressed or succinct data structures and thus is practical and easy to implement.

Keywords

Cite

@article{arxiv.1512.00378,
  title  = {An In-place Framework for Exact and Approximate Shortest Unique Substring Queries},
  author = {Wing-Kai Hon and Sharma V. Thankachan and Bojian Xu},
  journal= {arXiv preprint arXiv:1512.00378},
  year   = {2015}
}

Comments

15 pages. A preliminary version of this paper appears in Proceedings of the 26th International Symposium on Algorithms and Computation (ISAAC), Nagoya, Japan, 2015

R2 v1 2026-06-22T11:58:49.647Z