👉 TSP stands for Travelling Salesman Problem. It is a famous graph theory problem that asks to find a shortest possible route from one point in a set of points to another, taking into account the distances between each pair of points on the route. The goal is to minimize the total distance traveled by the salesman.
tsp