If there are n number of boxes and each with different dimensions and your
job is to insert one box having lesser dimension than that to another.
Consider size of boxes as,
b1->s1(h1,l1,w1)
b2->s2(h2,l2,w2)
.
.
.
bn->sn(hn,ln,wn)

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to