Code for my submissions to Kaggle's holiday competition, Packing Santa's Sleigh.
- MetricCalculation.py: calculates the competition metric (order term + height term)
- TopDown.py and TopDownOnePass.py: obtain a packing in a Top-Down direction
- BottomUp.py: obtain a packing in a Bottom-Up direction
- LowerBound.py: compute lower bound for layer approach