更新 完全背包理论基础 0139.单词拆分 0279.完全平方数 0322.零钱兑换 0377.组合总和IV 0518.零钱兑换II 多重背包理论基础 背包总结篇 排版格式修复

This commit is contained in:
jinbudaily
2023-07-26 15:28:27 +08:00
parent fc19feb049
commit 7ac217942f
8 changed files with 80 additions and 66 deletions

View File

@@ -144,8 +144,7 @@ int main() {
## 其他语言版本
Java
### Java
```Java
public void testMultiPack1(){
@@ -192,7 +191,7 @@ public void testMultiPack2(){
}
```
Python
### Python
改变物品数量为01背包格式无参版
```python
@@ -315,7 +314,7 @@ if __name__ == "__main__":
test_multi_pack(weight, value, nums, bagWeight)
```
Go
### Go
```go
package theory
@@ -406,7 +405,7 @@ func Test_multiplePack(t *testing.T) {
PASS
```
TypeScript
### TypeScript
> 版本一(改变数据源):
@@ -469,3 +468,4 @@ testMultiPack();
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>