We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb18039 commit 49ec60bCopy full SHA for 49ec60b
Contents/10.Dynamic-Programming/04.Knapsack-Problem/02.Knapsack-Problem-02.md
@@ -2,7 +2,7 @@
2
3
> **完全背包问题**:有 $n$ 种物品和一个最多能装重量为 $W$ 的背包,第 $i$ 种物品的重量为 $weight[i]$,价值为 $value[i]$,每种物品数量没有限制。请问在总重量不超过背包载重上限的情况下,能装入背包的最大价值是多少?
4
5
-
+
6
7
### 3.1 完全背包问题基本思路
8
0 commit comments