Live data from Hacker News

Ask HN: Anyone here been asked to solve the travelling salesman or similar?

news.ycombinator.com

1–2 of 2 posts

Re: Ask HN: Anyone here been asked to solve the travelling salesman or similar?

#2
I am working on a product that does point to point trace distance calculations for an arbitrary number of points of interest.

It uses google maps distance matrix api and a ton of maps stuff.

The customer is focused on time to arrive and round trip times.