sobazino / TSP

Dynamic Programming Implementation of Travel Salesman Problem

Home Page:http://sobazino.ir/page/a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://sobazino.ir/page/a

License:MIT License


Languages

Language:JavaScript 56.2%Language:HTML 28.0%Language:CSS 15.8%