Papers › TSP Escapes the O(2ⁿ n²) Curse

TSP Escapes the O(2ⁿ n²) Curse

5 May 2024arXiv:2405.03018links table onlyarchive 2025-07-28

Mihail Stoian

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

The dynamic programming solution to the traveling salesman problem due to Bellman, and independently Held and Karp, runs in time O(2ⁿ n²), with no improvement in the last sixty years. We break this barrier for the first time by designing an algorithm that runs in deterministic time 2ⁿ n² / 2^(Ω(√(logn))). We achieve this by strategically remodeling the dynamic programming recursion as a min-plus matrix product, for which faster-than-na\"ive algorithms exist.

PaperPDFCode

Code

stoianmihail/fastertsp officialmentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections