Skip to content

Commit e51c28f

Browse files
author
wangpeng
committed
docs: 更新201905056周题目
1 parent ba93f9f commit e51c28f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 欢迎star、fork、交流,一起互勉
1212
- 微信号:pp_hdsny(备注leetcode)
1313
- 网址:https://leetcode-cn.com/
14-
## 20190422-20190428待解题目列表(动态规划)
14+
## 20190506-20190512待解题目列表(动态规划)
1515

1616
> 动态规划解题四部曲,可供参考
1717
>
@@ -20,21 +20,21 @@
2020
> - 确认**边界状态的值**:
2121
> - 确定**状态转移方程**:
2222
23-
- [x] [746. 使用最小花费爬楼梯 -EASY](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_746_minCostClimbingStairs.java)
23+
鉴于上周做的动态规划Hard的太难了,这周全是Medium的练练手,习惯动态规划的解题思路
2424

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/)
2626

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/)
2828

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/)
3030

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/)
3232

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/)
3434

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/)
3636

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/)
3838

3939
## 已解题目
4040

0 commit comments

Comments
 (0)