This commit is contained in:
youngyangyang04
2022-02-28 20:52:01 +08:00
parent 266702c291
commit 37e7d73ec2
42 changed files with 64 additions and 60 deletions

View File

@@ -216,7 +216,7 @@ private static void testCompletePackAnotherWay(){
Python
```python3
```python
# 先遍历物品,再遍历背包
def test_complete_pack1():
weight = [1, 3, 4]