Open ArxSnow opened 9 years ago
Implement our Best Fit bin packing algorithm to operate in O(n log n).
We think this should be the easier of the two algorithms. You can use a regular binary search tree. http://acm.zju.edu.cn/dsaa/DS2/P12G05.pdf
Implement our Best Fit bin packing algorithm to operate in O(n log n).