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.
2 parents 43face8 + 4760506 commit 6632dc6Copy full SHA for 6632dc6
problems/背包理论基础01背包-1.md
@@ -87,7 +87,7 @@ leetcode上没有纯01背包的问题,都是01背包应用方面的题目,
87
88
i 来表示物品、j表示背包容量。
89
90
-(如果想用j 表示物品,j表示背包容量 行不行? 都可以的,个人习惯而已)
+(如果想用j 表示物品,i 表示背包容量 行不行? 都可以的,个人习惯而已)
91
92
我们来尝试把上面的 二维表格填写一下。
93
0 commit comments