Goals
- Learn about the notorious traveling salesperson problem.
- Learn to use linked lists.
- Get more practice with ADT's.
- Learn about computational complexity and the difference
between polynomial and exponential algorithms.
Checklist
Enrichment Links
Here's the source of our
TSP test data.
A
1,139 node TSP problem and a
3,795 node TSP problem that arise from circuit drilling
have available in our input format.
Here's the
biggest TSP problem that has been solved to date
and its optimal solution.
It contains each of the 13,509 cities in the continental US with
population over 500. It was not solved until 1998!
Here's the
13,509 city problem in our file format.
Here's a nice pictorial survey of the
history of the TSP problem.
Kevin Wayne