Looking for an algorithm that will show how to fit the most boxes in a container.
Posted
by Abe Miessler
on Stack Overflow
See other posts from Stack Overflow
or by Abe Miessler
Published on 2010-04-19T22:13:53Z
Indexed on
2010/04/19
22:23 UTC
Read the original article
Hit count: 381
I've been interested in writing an application that will show how to fit boxes (of random dimensions) in a container so there is as little space as possible left. A real life example would be something that would tell you how to use the most space in a UPS truck. Does anyone know of a good place to start for something like this? Is there an existing algorithm that does something similar to what I'm talking about?
© Stack Overflow or respective owner