Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 322 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 322 Bytes

TSP Escapes the $O(2^n n^2)$ Curse

Proof of concept for our algorithm in time $2^n n^2 / 2^{\Omega(\sqrt{\log n})}$, which improves over the standard dynamic programming solution in time $O(2^n n^2)$ designed in 1962.

Check out the blog post!