diff --git a/problems/背包问题理论基础完全背包.md b/problems/背包问题理论基础完全背包.md index 2dc45fdb..a559a512 100644 --- a/problems/背包问题理论基础完全背包.md +++ b/problems/背包问题理论基础完全背包.md @@ -222,6 +222,9 @@ private static void testCompletePackAnotherWay(){ Python: + + + 先遍历物品,再遍历背包(无参版) ```python def test_CompletePack():