Project 2 - Backtracking TSP

Due: Nov. 26 (T), 2002

Implement a backtracking version of TSP.

Demonstrate that your program gives the correct answer.

Compare the execution time between your dynamic programming version and your backtracking solution on several data sets.