Tool that optimizes deliveries to various locations Los Angeles from a central depot. Outputs optimal step-by step street directions from the different locations along the route. Utilizes local street data to algorithmically find optimal ordering of different delivery requests and optimal directions between some two deliver requests. Also contains implementation of a custom hashmap that is utilized for different purposes throughout the project.
Write the latitude and longitude of your starting depot and the various delivery locations that you want to go to. Also include the contents of your delivery. Write this in the proj4/deliveries.txt file in the same format that the sample deliveries.txt file uses.
Run proj4/proj4exec.exe
Project 4 for CS32 Class at UCLA
Here is the project specification.