Skip to content

HYWONG-00/drone-collector-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

drone-collector-simulation

This is the project I have done in university

Description:

This assignment models a scenario where the drone visits various shops to collect items specified in a purchase order. The program will

  1. read the inventories at each location in the beginning,
  2. store this information using appropriate Abstract Data Types (ADTs), and
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages