Use this tag for questions related to packing, which can extend from struct packing to grouping elements together.
Ive got a bunch of rectangular objects which I need to pack into the smallest space possible (the dimensions of …
algorithm packingNote: I don't think this is a duplicate of this question, which is talking about a non-background pack which hangs …
git background-process packingLow level bit manipulation has never been my strong point. I will appreciate some help in understanding the following use …
java bitwise-operators packing bit-packingI have a set of integers M and a target sum k. I want to find the subset of M …
algorithm optimization set mathematical-optimization packingI have N items of 2D image data that will be rectangular and I want to pack them into a …
image textures packingI was trying to pack circles of different sizes into a rectangular container, not packing in circular container that d3.…
javascript algorithm geometry d3.js packingHow many squares of size a×a can be packed into a circle of radius R? I don't need a …
algorithm math language-agnostic geometry packingDuring a code review I've come across some code that defines a simple structure as follows: class foo { unsigned char …
c++ data-structures packing bit-packing