Dos implementaciones para resolver un problema Bin Packing. Una es una implementacion con un enfoque Shelf y la otra implementacion es un enfoque Guillotina usando Arboles Binarios.
Two implementations to solve a Bin Packing problem. One is an implementation with a Shelf approach and the other implementation is a Guillotine approach using Binary Trees.