This is the project I have done in university
This assignment models a scenario where the drone visits various shops to collect items specified in a purchase order. The program will
- read the inventories at each location in the beginning,
- store this information using appropriate Abstract Data Types (ADTs), and
- optimize the route for the drone to visit locations efficiently based on the shortest distance.
Key components of the assignment include:
- Implement appropriate ADTs to manage inventories and optimize the route to go.
- Reading the input files for inventories, distance between locations and purchase orders.
- Display all possible routes together with the shortest route