Combinations Algorithm -


i trying achieve algorithm.

i straight have 3 boxes

a) 8 x 4 b) 4 x 4 c) 2 x 4

i want see how many combinations using 3 boxes can trying wrap them around box.

so have box 16 x 8 have combination

  b-a-a-b         a-a       a-a-a           or  a-a  or   c    c   b-a-a-b                       b    b                                 c    c                                 a-a-a 

so if connected using ' - ' mean placed horizontally if not placed vertically.

so end box wrapped in boxes.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -