Traveling-Salesman-Project

Exploring The Traveling Salesman Problem

To help understand the problem and its complexity, work through this exploration.

Programming Greedy Heuristics for The Traveling Salesman Problem

Work your way through this packet to implement two greedy heuristics and conduct some informal analysis of your solution.


Thanks to Princeton's COS 126 for creating the original assignment.