Update 1049.最后一块石头的重量II.md

This commit is contained in:
Liu YongLiang
2022-10-09 09:14:47 +08:00
committed by GitHub
parent 6ab0f4e0a2
commit b656e6032e

View File

@ -43,7 +43,7 @@
是不是感觉和昨天讲解的[416. 分割等和子集](https://programmercarl.com/0416.分割等和子集.html)非常像了。
本题物品的重量为store[i]物品的价值也为store[i]。
本题物品的重量为stones[i]物品的价值也为stones[i]。
对应着01背包里的物品重量weight[i]和 物品价值value[i]。