File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
- 欢迎star、fork、交流,一起互勉
12
12
- 微信号:pp_hdsny(备注leetcode)
13
13
- 网址:https://leetcode-cn.com/
14
- ## 20190422-20190428待解题目列表 (动态规划)
14
+ ## 20190506-20190512待解题目列表 (动态规划)
15
15
16
16
> 动态规划解题四部曲,可供参考
17
17
>
20
20
> - 确认** 边界状态的值** :
21
21
> - 确定** 状态转移方程** :
22
22
23
- - [x] [ 746. 使用最小花费爬楼梯 -EASY ] ( https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_746_minCostClimbingStairs.java )
23
+ 鉴于上周做的动态规划Hard的太难了,这周全是Medium的练练手,习惯动态规划的解题思路
24
24
25
- - [x] [ 1025. 除数博弈 -EASY ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1025_divisorGame.java )
25
+ - [ ] [ 152. 乘积最大子序列 ] ( https://leetcode-cn .com/problems/maximum-product-subarray/ )
26
26
27
- - [x] [ 91. 解码方法 -MEDIUM ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_91_numDecodings.java )
27
+ - [ ] [ 213. 打家劫舍 II ] ( https://leetcode-cn .com/problems/house-robber-ii/ )
28
28
29
- - [x] [ 95. 不同的二叉搜索树 II -MEDIUM ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_95_generateTrees.java )
29
+ - [ ] [ 264. 丑数 II] ( https://leetcode-cn .com/problems/ugly-number-ii/ )
30
30
31
- - [x] [ 139. 单词拆分 -MEDIUM ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_139_wordBreak.java )
31
+ - [ ] [ 279. 完全平方数 ] ( https://leetcode-cn .com/problems/perfect-squares/ )
32
32
33
- - [x] [ 44. 通配符匹配 -HARD ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_44_isMatch.java )
33
+ - [ ] [ 309. 最佳买卖股票时机含冷冻期 ] ( https://leetcode-cn .com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ )
34
34
35
- - [x] [ 72. 编辑距离 -HARD ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_72_minDistance.java )
35
+ - [ ] [ 338. 比特位计数 ] ( https://leetcode-cn .com/problems/counting-bits/ )
36
36
37
- - [x] [ 639. 解码方法 2-HARD ] ( https://github .com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_639_numDecodings.java )
37
+ - [ ] [ 343. 整数拆分 ] ( https://leetcode-cn .com/problems/integer-break/ )
38
38
39
39
## 已解题目
40
40
You can’t perform that action at this time.
0 commit comments