English

Quantum Speed-ups for String Synchronizing Sets, Longest Common Substring, and k-mismatch Matching

Data Structures and Algorithms 2022-11-30 v1

Abstract

Longest Common Substring (LCS) is an important text processing problem, which has recently been investigated in the quantum query model. The decisional version of this problem, LCS with threshold dd, asks whether two length-nn input strings have a common substring of length dd. The two extreme cases, d=1d=1 and d=nd=n, correspond respectively to Element Distinctness and Unstructured Search, two fundamental problems in quantum query complexity. However, the intermediate case 1dn1\ll d\ll n was not fully understood. We show that the complexity of LCS with threshold dd smoothly interpolates between the two extreme cases up to no(1)n^{o(1)} factors: LCS with threshold dd has a quantum algorithm in n2/3+o(1)/d1/6n^{2/3+o(1)}/d^{1/6} query complexity and time complexity, and requires at least Ω(n2/3/d1/6)\Omega(n^{2/3}/d^{1/6}) quantum query complexity. Our result improves upon previous upper bounds O~(min{n/d1/2,n2/3})\tilde O(\min \{n/d^{1/2}, n^{2/3}\}) (Le Gall and Seddighin ITCS 2022, Akmal and Jin SODA 2022), and answers an open question of Akmal and Jin. Our main technical contribution is a quantum speed-up of the powerful String Synchronizing Set technique introduced by Kempa and Kociumaka (STOC 2019). It consistently samples n/τ1o(1)n/\tau^{1-o(1)} synchronizing positions in the string depending on their length-Θ(τ)\Theta(\tau) contexts, and each synchronizing position can be reported by a quantum algorithm in O~(τ1/2+o(1))\tilde O(\tau^{1/2+o(1)}) time. As another application of our quantum string synchronizing set, we study the kk-mismatch Matching problem, which asks if the pattern has an occurrence in the text with at most kk Hamming mismatches. Using a structural result of Charalampopoulos, Kociumaka, and Wellnitz (FOCS 2020), we obtain a quantum algorithm for kk-mismatch matching with k3/4n1/2+o(1)k^{3/4} n^{1/2+o(1)} query complexity and O~(kn1/2)\tilde O(kn^{1/2}) time complexity.

Keywords

Cite

@article{arxiv.2211.15945,
  title  = {Quantum Speed-ups for String Synchronizing Sets, Longest Common Substring, and k-mismatch Matching},
  author = {Ce Jin and Jakob Nogler},
  journal= {arXiv preprint arXiv:2211.15945},
  year   = {2022}
}

Comments

SODA 2023. Abstract shortened to meet arXiv requirements

R2 v1 2026-06-28T07:16:17.118Z