anuragverma108 / DSA-Placement-Probems

Welcome to the DSA Placement Problems repository, dedicated to helping individuals prepare for technical interviews at FAANG/MAANG companies. As part of the Hacktoberfest celebration, this open-source project invites contributions from the global programming community. The aim is to curate a comprehensive collection of data structures and algorithm
0 stars 1 forks source link

Create min_no_of_trips_optimize.cpp #89

Closed manisha307 closed 1 year ago

manisha307 commented 1 year ago

Imagine you are a shipping company manager tasked with optimizing the delivery of packages to minimize delivery time and costs. You have a list of packages to be delivered, each with a specific weight and a destination. Your company has a fleet of delivery trucks, each with a limited capacity for carrying packages. You want to determine the optimal way to load the trucks to minimize the number of trips required for delivery.