Skip to content
Snippets Groups Projects
Commit 563dea01 authored by Pamela Dyer's avatar Pamela Dyer
Browse files

Update Knapsack_Weight_Limit.mp

parent b5f01a64
No related branches found
No related tags found
1 merge request!52Pamela 3 into Pamela 4
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
│*│ │ optimal solutions in a certain scope, with a limit │ │ │*│ │ optimal solutions in a certain scope, with a limit │ │
│*│ │ set for the weight of the knapsack. │ │ │*│ │ set for the weight of the knapsack. │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │*│
│*│ ┌─[ Description ]────────────────────────────────────┐ │ │*│ ┌─[ Description ]────────────────────────────────────┐ │
│*│ │ This is a case of well-known Knapsack Dynamic │ │ │*│ │ This is a case of well-known Knapsack Dynamic │ │
│*│ │ Programming Problem. In general it is NP-hard and │ │ │*│ │ Programming Problem. In general it is NP-hard and │ │
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment