A Java-based simulation of the Bin Packing Problem, using an airplane-cargo scenario where cargo items (e.g., luggage) are packed into airplanes (bins) using two classic algorithms: First Fit (FF) and ...