Given a set of 24 boxes with varying heights. How can one optimally stack the boxes into 3 columns, with the least difference in column height.
- The width of all boxes is equal.
- The # of boxes in each column does not have to be equal.
- Best case scenario the boxes maintain a close relation to this order...
123
456
789
etc