The masonry plugin stacks a brick into columns. It’s a reorder of bricks to minimize the columns. How can it sort the bricks that are wider then the column width?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think it’s using a k-d tree or binary tree or a treemap algorithm. It’s also called 2d bin-packing algorithm: http://www.codeincomplete.com/posts/2011/5/7/bin_packing/