I need to apply multiple knapsack in C# with multiple knapsacks and items having same weight.
Is there any simple implementation in C# or infact any other language for which I can refer.
Currently I have written code to create the knapsacks and subset of items though I am struggling to implement algo.
Any Suggestion or code snippet would be helpful.
I am looking to fill multiple knapsacks in c# with equal weight and unequal sizes.