Merge pull request #2837 from xi-mad/patch-1

Update 背包理论基础01背包-1.md
This commit is contained in:
程序员Carl 2024-11-21 11:45:53 +08:00 committed by GitHub
commit 6632dc6efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ leetcode上没有纯01背包的问题都是01背包应用方面的题目
i 来表示物品、j表示背包容量。
如果想用j 表示物品,j表示背包容量 行不行? 都可以的,个人习惯而已)
如果想用j 表示物品,i 表示背包容量 行不行? 都可以的,个人习惯而已)
我们来尝试把上面的 二维表格填写一下。