All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Quantum Divide-and-Conquer TSP Solver Achieves Improved Exponential Base Over Classical Held-Karp Algorithm

By

[Submitted on 5 Jun 2026]

21h ago· 2 min readenInsight

Summary

This paper presents a quantum divide-and-conquer approach to the traveling salesman problem (TSP), a classic NP-hard optimization problem. The authors propose a parameterized spectrum that combines classical dynamic programming with quantum search, where the hybrid algorithm from prior work (Ambainis et al., 2019) is just one specific case. They prove optimal query complexity of O*(1.865666^n) using a 4-subset scheme, and correct a miscalculation in prior work showing the 8-subset scheme cannot surpass the classical Held-Karp bound. Crucially, the paper argues that quantum advantage comes not only from quadratic speedup of quantum search but also from structured quantum state preparation, and they design a practical method for preparing set partition states to make the solver executable.

Key quotes

· 5 pulled
We demonstrate that combining classical dynamic programming with quantum search can yield an achievable quantum advantage for TSP on the basis of excellent work by the authors of Ambainis et al. 2019.
Within our parameterized spectrum, we prove that the optimal query complexity is $O^*(1.865666\ldots^n)$, achieved with the 4-subset scheme.
The correct query complexity of their algorithm is $O^*(2.225880\ldots^n)$ at their chosen parameter ($\alpha\approx0.055362$), and cannot fall below $O^*(2^n)$ for any $\alpha$ - meaning their $8$-subset scheme, correctly analyzed, never surpasses the classical Held-Karp bound.
Our work, however, points out that the quantum advantage stems not only from the quadratic speedup of quantum search but also from the structured quantum state preparation.
We design an elegant method for preparing the set partition state, which makes our TSP solver practically executable.
Snippet from the RSS feed
The traveling salesman problem (TSP) is a significant classical NP-hard combinatorial optimization problem. In this work, we demonstrate that combining classical dynamic programming with quantum search can yield an achievable quantum advantage for TSP on

You might also wanna read