Rectangle Packing Algorithm UPDATE
Archiviert 8 months ago
A
David
Verified
I’ve implemented a rectangle packing algorithm in Python, but it’s not working correctly. I need to minimize the empty space as much as possible—ideally reducing the container’s unused space to just 3%. How can I improve or update my code to achieve this? I’d really appreciate your help. Here’s my codebase.
