Bin_Packing_Problem C++ implementations of the bin packing problem for advanced algorithms class g++ -o bin_packing main.cpp DP.cpp bestFit.cpp firstFitDecreasing.cpp -std=c++11