We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46a0b4 commit c507efaCopy full SHA for c507efa
28-算法面试专题-动态规划.md
@@ -8,7 +8,7 @@ package com.xiaodai.algorithm;
8
*/
9
public class DPExampleUtil {
10
11
- /**
+ /**
12
* 1、🎒背包问题:给定两个长度都为N的数组weights和values,weight[i]和values[i]分别代表i号物品的重量和价值。
13
* 给定一个正数bag,表示一个载重bag的袋子,你装的物品不能超过这个重量。返回你能装下最多的价值是多少?
14
*
0 commit comments