Quantum divide and conquer

10/12/2022
by   Andrew M. Childs, et al.
0

The divide-and-conquer framework, used extensively in classical algorithm design, recursively breaks a problem of size n into smaller subproblems (say, a copies of size n/b each), along with some auxiliary work of cost C^aux(n), to give a recurrence relation C(n) ≤ a C(n/b) + C^aux(n) for the classical complexity C(n). We describe a quantum divide-and-conquer framework that, in certain cases, yields an analogous recurrence relation C_Q(n) ≤√(a) C_Q(n/b) + O(C^aux_Q(n)) that characterizes the quantum query complexity. We apply this framework to obtain near-optimal quantum query complexities for various string problems, such as (i) recognizing regular languages; (ii) decision versions of String Rotation and String Suffix; and natural parameterized versions of (iii) Longest Increasing Subsequence and (iv) Longest Common Subsequence.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/17/2022

A Note on Quantum Divide and Conquer for Minimal String Rotation

Lexicographically minimal string rotation is a fundamental problem on st...
research
10/19/2021

Near-Optimal Quantum Algorithms for String Problems

We study quantum algorithms for several fundamental string problems, inc...
research
12/17/2020

Quantum Algorithm for Lexicographically Minimal String Rotation

Lexicographically minimal string rotation (LMSR) is a problem to find th...
research
12/11/2018

A Quantum Query Complexity Trichotomy for Regular Languages

We present a trichotomy theorem for the quantum query complexity of regu...
research
11/29/2022

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

Longest Common Substring (LCS) is an important text processing problem, ...
research
06/28/2023

Proving Confluence in the Confluence Framework with CONFident

This article describes the *Confluence Framework*, a novel framework for...
research
07/14/2020

Hybrid divide-and-conquer approach for tree search algorithms

As we are entering the era of real-world small quantum computers, findin...

Please sign up or login with your details

Forgot password? Click here to reset