4 lines
248 B
Text
4 lines
248 B
Text
Algorithm::BinPack efficiently packs items into bins. The bins are given
|
|
a maximum size, and items are packed in with as little empty space as
|
|
possible. An example use would be backing up files to CD, while
|
|
minimizing the number of discs required.
|