javascript-datastructures-algorithms
javascript-datastructures-algorithms copied to clipboard
The function findValue of KnapSack
I think it should is k -= weights[i-1], the k is the bp remaining weight
