Full Bin Algorithm
Full Bin Algorithm
Aim
to have as many full bins as is possible for the list
provided.
Steps:
Look for combinations of boxes to fill bins. 2. Pack these boxes. 3. For the remainder, place the next box to be packed in the first available slot that can take that box.
1.
Example:
Pack the following boxes into bins with maximum
Steps:
1.
5 5
4 6
2 8
2 4 4