Step6: Bottleneck traveling salesman problem

             The bottleneck traveling salesman problem is where we want to minimize the largest edge cost in the tour instead of the total cost. That is, we want to minimize the maximum distance the salesman travels between any two adjacent cities.

#Reference: