Algoteka

Travelling Salesman Problem - All languages

Problem by oml1111

Problem description:

Create a solution for the Travelling Salesman Problem, that is, given a graph, find a minimum total weight cycle that goes through each of its vertices exactly once. Optimize for average or worst-case time complexity and describe said performance characteristic in your sample.

For comprehensibility, the implementation should construct some graph and then find the solution to the given problem on it.

Verified languages:

# Language Count
1 C++ 1

Unverified languages:

# Language Count
No unverified languages ...
View problem discussion (0 comments)