mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 15:45:40 +08:00
删除typo
This commit is contained in:
@ -162,7 +162,7 @@ dp[j] 表示:填满j(包括j)这么大容积的包,有dp[j]种方法
|
||||
|
||||
有哪些来源可以推出dp[j]呢?
|
||||
|
||||
只要搞到nums[i]),凑成dp[j]就有dp[j - nums[i]] 种方法。
|
||||
只要搞到nums[i],凑成dp[j]就有dp[j - nums[i]] 种方法。
|
||||
|
||||
例如:dp[j],j 为5,
|
||||
|
||||
|
Reference in New Issue
Block a user