-
Notifications
You must be signed in to change notification settings - Fork 5
kuldeeprishi/knapsack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
KNAPSACK OPTIMIZATION ========================== 3 Solution to the most commmon 1/0 knapsack problem knapsack_01: uses branching to find optimal solution knapsack_02: uses a lookup table to find the optimal solution knapsack_03: uses branch and bound to find the optimal solution Various Test cases are given to test the above implementation
About
Various solution for 1/0 knapsack problem. (Discreet Optimization)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published