How to print all the solutions of a knapsack DP problem solved by recursive manner ? Where every element can be picked more than one time.
I only can print the result ( like "yes"/"no", maximum sum/minimum cost etc, number of ways etc).
Sorry for my bad English.