Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 447 Bytes

PackingSantasSleigh

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