twolfson / layout

Organize and layout items based on various algorithms
MIT License
113 stars 15 forks source link

Add algorithms from Dropbox packing problem #2

Closed twolfson closed 11 years ago

twolfson commented 11 years ago

https://www.dropbox.com/jobs/challenges#packing-your-dropbox

twolfson commented 11 years ago

Found a solution in JS but prob going to qualify any of the binary packing algorithms as this.

http://jordankasper.com/dropbox.html#

twolfson commented 11 years ago

Closing due to addition of binary-tree algorithm