Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Bin Packing problem description: Given an array of numbers, goal is to group them into minimum possible # of bins, but each bins items should

Bin Packing problem description: Given an array of numbers, goal is to group them into minimum possible # of bins, but each bins items should not go above fixed bin capacity of 100. Let us assume that array contents are already in sorted order.

However, in this lab, we are ONLY validating a possible solution - so, we need to get an array of numbers in one line, another set of numbers in the next line to get the bin assignments for each number & check whether it is a valid solution (we are NOT checking whether it is the best solution though - that is lot harder - come to Dr.Jeys office hours if you want to discuss about it!). Here are a few sample inputs & outputs:

2 5 11 32 45 78 95 99 1 2 3 3 3 2 1 0 Valid

C++ PLEASE!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions