in reply to Re: Challenge: Twist On Bin Packing
in thread Challenge: Twist On Bin Packing

eric256,
No such luck. As Anonymous Monk points out elsewhere in this thread, the test case to meet is a bin size of 10 and an input list of 1,1,1,2,2,3,4,6,7,7 for which your solution fails.

Cheers - L~R