Skip to content

DSills735/WGUPS-DSA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WGUPS-DSA2

Final project for WGU Data Structures and algorithms 2 course.

This is a routing project for trucks, with a predefined load (set by myself). We were given a list of 40 packages and their locations, all packages with their relative distances to one another, and a handful of specific guidelines regarding each package (typically this was a time constraint on delivery, or a delay getting to the loading facility.) We were directed to load the trucks any way we wanted, all packages must be delivered with less than 140 miles travelled. There was no time constraint other than the special instructions on a few packages. Only two trucks are allowed to be out delivering at the same time. My solution used a nearest neighbor algorithm, and a hash table (we were instructed to not use dictionaries, or libraries).

About

Final project for WGU Data Structures and algorithms 2 course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages