
December 8th, 2012, 12:16 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 2
Time spent in forums: 14 m 28 sec
Reputation Power: 0
|
|
|
Knapsack problem , check if matrix can fill list of smaller matrix list.
Hi, i have a list of arrays ( of sizes , for example : 3X1 , 4X2 and so on..) i want to check if i can put all of them in one matrix.
i need to do it in a recursive way.
any ideas?
thanks.
|