Skip to content

Commit 1ea0b0e

Browse files
author
wangpeng
committed
docs: 更新解题地址
1 parent dc4bbe3 commit 1ea0b0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
共9道题目,4道Easy,5道Medium
1616

17-
- [x] [12. 整数转罗马数字](https://leetcode-cn.com/problems/integer-to-roman)
18-
- [x] [13. 罗马数字转整数](https://leetcode-cn.com/problems/roman-to-integer)
19-
- [x] [16. 最接近的三数之和](https://leetcode-cn.com/problems/3sum-closest)
20-
- [x] [17. 电话号码的字母组合](https://leetcode-cn.com/problems/letter-combinations-of-a-phone-number)
17+
- [x] [12. 整数转罗马数字](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_12_intToRoman.java)
18+
- [x] [13. 罗马数字转整数](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_13_romanToInt.java)
19+
- [x] [16. 最接近的三数之和](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_16_threeSumClosest.java)
20+
- [x] [17. 电话号码的字母组合](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_17_letterCombinations.java)
2121
- [ ] [18. 四数之和](https://leetcode-cn.com/problems/4sum)
2222
- [ ] [20. 有效的括号](https://leetcode-cn.com/problems/valid-parentheses)
2323
- [ ] [27. 移除元素](https://leetcode-cn.com/problems/remove-element)

0 commit comments

Comments
 (0)