bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

Add knapsack problem #27

Closed rexiaxm7 closed 6 years ago

rexiaxm7 commented 6 years ago

Issue #5

If you can check all of the above, congrats! :sparkles:

Description:

This is a greedy algorithm for knapsack problem. so this may not be the optimal solution.