about summary refs log tree commit diff
path: root/scratch/facebook/stacking-boxes.py
AgeCommit message (Collapse)AuthorFilesLines
2020-11-13 Solve box-stacking problemWilliam Carroll1-0/+50
Write a function to compute the highest stack of boxes that can be created from a list of boxes.