You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TITLE: WGUPS Routing Program (Data Structures and Algorithms II, C950 PA)
PURPOSE: Efficient mail truck delivery route between three trucks and two drivers. 40 packages are delivered across 27 addresses, utilizing the “nearest neighbor” (greedy) algorithm to determine the truck route. Command Line Interface (CLI) developed in PyCharm and written in Python 3.
APPLICATION VERSION & DATE: Application Version 1.0, 12/14/2022
AUTHOR: Lydia Strough, WGU#002452624
IDE VERSION: PyCharm 2022.2.3 CE
Python VERSION: Python 3.11
DIRECTIONS: Read "C950_PA_Algorithm_Overview_Lydia_Strough.docx" for further information.