traveling salesman problem
Our editors will review what you’ve submitted and determine whether to revise the article.
- National Center for Biotechnology Information - PubMed Central - The Traveling Salesman Problem (TSP): A Spatial Navigation Task for Rats
- International Journal of Engineering and Advanced Technology - Comparison of Algorithms for Solving Traveling Salesman Problem
- Academia - The Traveling Salesman problem
- Nature - Traveling salesman problem solution using magnonic combinatorial device
- Universirty of Waterloo - Faculty of Mathematics - Traveling Salesman Problem
- The Operational Research Society - A brief History of the Travelling Salesman Problem
- Mathematics LibreTexts - Hamiltonian Circuits and the Traveling Salesman Problem
- Related Topics:
- graph theory
- problem
- road-colouring problem
traveling salesman problem, an optimization problem in graph theory in which the nodes (cities) of a graph are connected by directed edges (routes), where the weight of an edge indicates the distance between two cities. The problem is to find a path that visits each city once, returns to the starting city, and minimizes the distance traveled. The only known general solution algorithm that guarantees the shortest path requires a solution time that grows exponentially with the problem size (i.e., the number of cities). This is an example of an NP-complete problem (from nonpolynomial), for which no known efficient (i.e., polynomial time) algorithm exists.