Skip to content

Commit c507efa

Browse files
author
dai
committed
0-1背包
1 parent c46a0b4 commit c507efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

28-算法面试专题-动态规划.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package com.xiaodai.algorithm;
88
*/
99
public class DPExampleUtil {
1010

11-
/**
11+
/**
1212
* 1、🎒背包问题:给定两个长度都为N的数组weights和values,weight[i]和values[i]分别代表i号物品的重量和价值。
1313
* 给定一个正数bag,表示一个载重bag的袋子,你装的物品不能超过这个重量。返回你能装下最多的价值是多少?
1414
*

0 commit comments

Comments
 (0)