TSP Escapes the O(2n n2) Curse
Abstract
The dynamic programming solution to the traveling salesman problem due to Bellman, and independently Held and Karp, runs in time O(2n n2), 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 2n n2 / 2( n). We achieve this by strategically remodeling the dynamic programming recursion as a min-plus matrix product, for which faster-than-na\"ive algorithms exist.
0
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.