Skip to content

Commit 0276636

Browse files
author
wangpeng
committed
docs: update doc
1 parent a45f03d commit 0276636

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,12 @@
1111
- 欢迎star、fork、交流,一起互勉
1212
- 微信号:pp_hdsny(备注leetcode)
1313
- 网址:https://leetcode-cn.com/
14-
## 20190408-20190415待解题目列表
14+
## 20190415-20190422待解题目列表
1515

16-
共9道题目,4道Easy,5道Medium
17-
18-
- [x] [12. 整数转罗马数字](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_12_intToRoman.java)
19-
- [x] [13. 罗马数字转整数](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_13_romanToInt.java)
20-
- [x] [16. 最接近的三数之和](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_16_threeSumClosest.java)
21-
- [x] [17. 电话号码的字母组合](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_17_letterCombinations.java)
22-
- [x] [18. 四数之和](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_18_fourSum.java)
23-
- [x] [20. 有效的括号](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_20_isValid.java)
2416
- [ ] [27. 移除元素](https://leetcode-cn.com/problems/remove-element)
2517
- [ ] [28. 实现strStr()](https://leetcode-cn.com/problems/implement-strstr)
2618
- [ ] [29. 两数相除](https://leetcode-cn.com/problems/divide-two-integers)
27-
28-
额外添加几道关联题目
29-
30-
- [x] [454. 四数相加 II](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_454_fourSumCount.java)
31-
3219
- [ ] [32. 最长有效括号-Hard](https://leetcode-cn.com/problems/longest-valid-parentheses/)
33-
3420
- [ ] [301. 删除无效的括号-Hard](https://leetcode-cn.com/problems/remove-invalid-parentheses/)
3521

3622
## 已解题目

0 commit comments

Comments
 (0)