Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 431 Bytes

File metadata and controls

11 lines (7 loc) · 431 Bytes
author

Arwid Bancewicz arwid.ca

version

1.2

updated

19 Oct 2009

A packing algorithm written in Java “that packs rectangular boxes of varying sizes into as many large rectangular shipping containers as required”. The algorithm used is heuristic first fit decreasing. “The results should include the run-time and how efficiently the containers were packed.”

packalg is covered by the MIT License.