Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 391 Bytes

File metadata and controls

2 lines (2 loc) · 391 Bytes

TSP-Package-Delivery-Optimization-Python-3

Console-based application (for now) using Python 3 to tackle a Traveling Salesman Problem (TSP)-esque challenge. The scenario is that the program needs to minimize the mileage driven by 2 delivery trucks to delivery 40 packages to a list of addresses. There are several additional constraints which I will outline once I update the README file.