Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Agree, it's not a travelling salesman problem, so a description framing it as something like a budget problem rather than distances would have made this much more understandable. I found getting to the solution itself took less time than understanding what the problem wanted me to do!
Agree this function is incorrect, and it's unfortunate that it was upvoted so many times.
Temporary arrays - against the rules
This is not how distances work. Description would make more sense if it was something fixed - either roundtrip distances on each day or if there's a budget and amounts are prices.