Table of Contents
Fetching ...

A Note on Quantum Divide and Conquer for Minimal String Rotation

Qisheng Wang

TL;DR

The paper addresses the problem of finding the lexicographically minimal string rotation (LMSR) in the quantum query model and embeds it in a quantum divide-and-conquer framework. It introduces per-level polylogarithm optimizations via fault-tolerant quantum minimum finding, showing that small improvements at each level accumulate into a quasi-polylog speedup. The main result establishes that both the worst-case and function versions of LMSR have quantum query complexity $\sqrt{n}\,2^{O(\sqrt{\log n})}$, improving the prior $\sqrt{n}\,2^{(\log n)^{1/2+\varepsilon}}$ bound. The work additionally yields faster quantum algorithms for benzenoid identification and advances understanding of quantum divide-and-conquer in non-Boolean settings, while outlining open questions about polynomial or exponential speedups and the limits of the Boolean/non-Boolean gap.

Abstract

Lexicographically minimal string rotation is a fundamental problem in string processing that has recently garnered significant attention in quantum computing. Near-optimal quantum algorithms have been proposed for solving this problem, utilizing a divide-and-conquer structure. In this note, we show that its quantum query complexity is $\sqrt{n} \cdot 2^{O(\sqrt{\log n})}$, improving the prior result of $\sqrt{n} \cdot 2^{(\log n)^{1/2+\varepsilon}}$ due to Akmal and Jin (SODA 2022). Notably, this improvement is quasi-polylogarithmic, which is achieved by only logarithmic level-wise optimization using fault-tolerant quantum minimum finding.

A Note on Quantum Divide and Conquer for Minimal String Rotation

TL;DR

The paper addresses the problem of finding the lexicographically minimal string rotation (LMSR) in the quantum query model and embeds it in a quantum divide-and-conquer framework. It introduces per-level polylogarithm optimizations via fault-tolerant quantum minimum finding, showing that small improvements at each level accumulate into a quasi-polylog speedup. The main result establishes that both the worst-case and function versions of LMSR have quantum query complexity , improving the prior bound. The work additionally yields faster quantum algorithms for benzenoid identification and advances understanding of quantum divide-and-conquer in non-Boolean settings, while outlining open questions about polynomial or exponential speedups and the limits of the Boolean/non-Boolean gap.

Abstract

Lexicographically minimal string rotation is a fundamental problem in string processing that has recently garnered significant attention in quantum computing. Near-optimal quantum algorithms have been proposed for solving this problem, utilizing a divide-and-conquer structure. In this note, we show that its quantum query complexity is , improving the prior result of due to Akmal and Jin (SODA 2022). Notably, this improvement is quasi-polylogarithmic, which is achieved by only logarithmic level-wise optimization using fault-tolerant quantum minimum finding.
Paper Structure (15 sections, 7 theorems, 32 equations, 1 table)

This paper contains 15 sections, 7 theorems, 32 equations, 1 table.

Key Result

Theorem 1.1

The worst-case quantum query complexity of LMSR is $\sqrt{n} \cdot 2^{O\lparen*\rparen{\sqrt{\log n}}}$.

Theorems & Definitions (11)

  • Theorem 1.1: \ref{['thm:function']} restated
  • Lemma 2.1: Quantum minimum finding on bounded-error oracles, WY23
  • Remark 2.1
  • Lemma 2.2
  • Lemma 2.3: Quantum string matching, WY23
  • Remark 3.1
  • Theorem 3.1: Exclusion rule for minimal length-$\ell$ substrings, AJ22
  • Proposition 3.2
  • proof
  • Theorem 3.3: Quantum query complexity of LMSR
  • ...and 1 more