An open API service indexing awesome lists of open source software.

https://github.com/w1am/travellingsalesmanproblem

The travelling salesman problem is to go to each city exactly once and return to the start. Solving the problem should give a path and the length of the path. There are optimal solutions, that is solutions with the shortest path.
https://github.com/w1am/travellingsalesmanproblem

genetic-algorithm tsp-problem

Last synced: 11 months ago
JSON representation

The travelling salesman problem is to go to each city exactly once and return to the start. Solving the problem should give a path and the length of the path. There are optimal solutions, that is solutions with the shortest path.

Awesome Lists containing this project