Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JAVA PROGRAMMING 3. The bin packing problem is to pack the objects of various weights into containers. Assume that each container can hold a maximum
JAVA PROGRAMMING
3. The bin packing problem is to pack the objects of various weights into containers. Assume that each container can hold a maximum of 10 pounds. The program uses an algorithm that places an object with the largest weight 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 nun of the program: > Enter the number of objects about itinerary with the following members: 1. A data field named flgihts of the List Flight type. The list contains the flights for the itinerary in increasing order of departure Time. A constructor that creat: 6 Enter the weights of the objects: Container 1 contains objects with weight 82 Container 2 contains objects with weight 73 Container 3 contains objects with weight 55 > Does this program produce an optimal solution, that is, finding the minimum number of containers to pack the objects? Does the algorithm always find the optimal solutionStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started