Rahul-Vijay / C_plus_plus_Algos

Collection of C++ Algorithms for a quick reference. Fork it and start hacking :)
0 stars 32 forks source link

Fix issue #3 - Knapsack Problem added #40

Closed alexander-ponomaroff closed 5 years ago

alexander-ponomaroff commented 5 years ago
Rahul-Vijay commented 5 years ago

Can you provide some description of this algorithm @alexander-ponomaroff ?

alexander-ponomaroff commented 5 years ago

I added a description explaining the problem at the top of the KnapsackProblem.cpp. Is this the description you were looking for @Rahul-Vijay ?

Rahul-Vijay commented 5 years ago

Yeah, this is exactly what I was looking for. Thanks.