Coding Global Background
Coding Global

Rectangle Packing Algorithm UPDATE

Archived 10 months ago
1 messages
1 members
Created a year ago
Updated a year ago
Open in Discord
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.