All Questions
2 questions
2
votes
1
answer
152
views
Combinations of elements in array
I wrote this code to get all possible arrangements for an array containing 3 elements:
...
7
votes
2
answers
2k
views
Simplified Bin Packing using JavaScript
This code determines the maximum number of boxes (one size) that can fit into the back of a truck, checking all possible orientations to ensure maximum Bin Packing excitement. This is (hopefully) the ...