Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 383 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 383 Bytes

Travelling_Salesman_Problem

The traveling salesman problem (TSP) is an algorithmic problem tasked with finding the shortest route between a set of points and locations that must be visited. In the problem statement, the points are the cities a salesperson might visit. The salesman‘s goal is to keep both the travel costs and the distance traveled as low as possible.