TypeScript

Tags1 posts

Bin Packing

Bin Packing

April 21, 2023

A journey to create a simple bin packing strategy that minimizes the quantity of bins used, finds the smallest bin for packed item(s), and adds bins until all items are packed.

Read more