Skip to content
/ TSP Public

Dynamic Programming Implementation of Travel Salesman Problem

License

Notifications You must be signed in to change notification settings

sobazino/TSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP - HELD KARP

Ideas, feedback, and contributions to code are all very welcome.


Dynamic Programming Implementation of Travel Salesman Problem


The Held–Karp algorithm, also called the Bellman–Held–Karp algorithm, is a dynamic programming algorithm proposed in 1962 independently by Bellman and by Held and Karp to solve the traveling salesman problem (TSP), in which the input is a distance matrix between a set of cities, and the goal is to find a minimum-length tour that visits each city exactly once before returning to the starting point.



TSP



License

TSP is licensed under the MIT license.

About

Dynamic Programming Implementation of Travel Salesman Problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published