File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
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
- ## 20190408-20190415待解题目列表
14
+ ## 20190415-20190422待解题目列表
15
15
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 )
24
16
- [ ] [ 27. 移除元素] ( https://leetcode-cn.com/problems/remove-element )
25
17
- [ ] [ 28. 实现strStr()] ( https://leetcode-cn.com/problems/implement-strstr )
26
18
- [ ] [ 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
-
32
19
- [ ] [ 32. 最长有效括号-Hard] ( https://leetcode-cn.com/problems/longest-valid-parentheses/ )
33
-
34
20
- [ ] [ 301. 删除无效的括号-Hard] ( https://leetcode-cn.com/problems/remove-invalid-parentheses/ )
35
21
36
22
## 已解题目
You can’t perform that action at this time.
0 commit comments