Skip to content

Commit 49ec60b

Browse files
committed
Update 02.Knapsack-Problem-02.md
1 parent fb18039 commit 49ec60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Contents/10.Dynamic-Programming/04.Knapsack-Problem/02.Knapsack-Problem-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **完全背包问题**:有 $n$ 种物品和一个最多能装重量为 $W$ 的背包,第 $i$ 种物品的重量为 $weight[i]$,价值为 $value[i]$,每种物品数量没有限制。请问在总重量不超过背包载重上限的情况下,能装入背包的最大价值是多少?
44
5-
![](https://qcdn.itcharge.cn/images/202303191800014.png)
5+
![完全背包问题](https://qcdn.itcharge.cn/images/20240514111640.png)
66

77
### 3.1 完全背包问题基本思路
88

0 commit comments

Comments
 (0)