This project is about the traveling salesman algorithm. The project takes income from the user, representing the capacity of the trucks that will distribute the items and the value of each item, in addition to the city to which the item will go, as well as the distance between all cities, and then the algorithm distributes the trucks to the goods in the optimal way.