Merge branch 'master' into dp05
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## 416. 分割等和子集
|
||||
|
||||
[力扣题目链接](https://leetcode-cn.com/problems/partition-equal-subset-sum/)
|
||||
[力扣题目链接](https://leetcode.cn/problems/partition-equal-subset-sum/)
|
||||
|
||||
题目难易:中等
|
||||
|
||||
@@ -417,7 +417,11 @@ var canPartition = function(nums) {
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### C:
|
||||
|
||||
二维dp:
|
||||
```c
|
||||
/**
|
||||
@@ -618,6 +622,5 @@ object Solution {
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
-----------------------
|
||||
<div align="center"><img src=https://code-thinking.cdn.bcebos.com/pics/01二维码一.jpg width=500> </img></div>
|
||||
|
||||
Reference in New Issue
Block a user