Question: Write a program that packs the objects of various weights into containers. Each container can hold a maximum of 1 0 pounds. The program uses
Write a program that packs the objects of various weights into containers. Each
container can hold a maximum of pounds. The program uses a greedy algorithm
that places an object into the first bin in which it would fit. Your program should
prompt the user to enter the total number of objects and the weight of each object.
The program displays the total number of containers needed to pack the objects and
the contents of each container. Here is a sample run of the program
Enter the number of objects:
Enter the weights of the objects:
Container contains objects with weight
Container contains objects with weight
Container contains objects with weight
Container contains objects with weight
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
