Skip to content

Proof of concept for "TSP Escapes the O(2^n n^2) Curse" -- First improvement after more than 60 years

License

Notifications You must be signed in to change notification settings

stoianmihail/FasterTSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Proof of concept for "TSP Escapes the O(2^n n^2) Curse" -- First improvement after more than 60 years

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published