What is the
"Traveling Salesman Problem"?

It is a problem of finding the shortest route between cities. You need to visit each city at least once and return home.

Map
Graph

Exhaustive Search Method

Graph

Nearest Neighbor Method

Graph

Improved Nearest Neighbor Method