Friday, November 18, 2016

Traveling Salesman

Given a list of points and the distances between each pair of points, what is the shortest possible route that visits each point exactly once and returns to the origin point?

List of coordinates, output as SVG