Skip to content

Deliver x amount of packages in the least time with multiple vehicles.

Notifications You must be signed in to change notification settings

ZCodes101/Vehicle-Routing-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vehicle-Routing-Problem

Deliver x amount of packages in the least time with multiple vehicles.

Used python, greedy algorthim, and KNN Algorthim.

Program is scalable for any amount of packages or trucks.

Entire program ha a space-time complexity of O(n^2)

About

Deliver x amount of packages in the least time with multiple vehicles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages