Problem 2072. Packing Santa's Sleigh: First Layer
Solution Stats
Solution Comments
-
1 Comment
this solution packs all 240 boxes (99.1% efficiency); Rather than entering as many boxes as possible in each level, in the actual contest I used a somewhat more convoluted strategy that attempted to condition the box heights so that they would also pack nicely vertically across sequential levels, but the 2d-packing solver works just as well for these simpler "unconstrained" cases. Here (http://www.kaggle.com/c/packing-santas-sleigh/forums/t/6934/how-d-you-do-it/38414#post38414) is a more detailed description of the method I used in that contest, and you may find a link to the solution code there (as well as in this solution) in case you are interested.
Problem Recent Solvers4
Suggested Problems
-
3237 Solvers
-
105 Solvers
-
Find the largest value in the 3D matrix
1355 Solvers
-
String substitution, sub problem to cryptoMath
216 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
96 Solvers
More from this Author260
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!