Abstract: This project investigates Python to study the Traveling Salesman Problem (TSP) and looks at five different algorithms that can be implemented: Brute Force, Greedy, Genetic, Dynamic ...