Traveling salesman problem
Find the shortest possible tour that visits a list of cities exactly once and returns to its starting point. This is an NP-Complete problem.
Search
Find the shortest possible tour that visits a list of cities exactly once and returns to its starting point. This is an NP-Complete problem.