Update problems/背包理论基础01背包-2.md
This commit is contained in:
@@ -429,7 +429,7 @@ impl Solution {
|
|||||||
fn test_wei_bag_problem2() {
|
fn test_wei_bag_problem2() {
|
||||||
println!(
|
println!(
|
||||||
"{}",
|
"{}",
|
||||||
Solution::wei_bag_problem1(vec![1, 3, 4], vec![15, 20, 30], 4)
|
Solution::wei_bag_problem2(vec![1, 3, 4], vec![15, 20, 30], 4)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user