Traveling Salesman Problem
The Traveling Salesman Problem asks: given a set of locations, what is the shortest possible route that visits each location once and returns to the start?
In this project, the “salesman” is replaced by a route through Swiss trailheads. Since the number of possible route combinations grows extremely quickly as more trailheads are added, this becomes a combinatorial optimization problem.