The traveling salesman problem is one of the basic problems that many theoretical computer scientists have been working on. Many scientists think that there is no algorithm for the traveling salesman ...
For example, when there are eight cities, there are 5040 routes connecting this. One solution is " Greedy Algorithm A way of thinking about moving from one city to the nearest city all the time.