Skip to content

Commit 6a43866

Browse files
author
王鹏
committed
docs: update topic list
1 parent 2a503e4 commit 6a43866

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@
1010
- 网址:https://leetcode-cn.com/
1111
## 待解题目列表
1212

13-
扫题:力扣杯
13+
扫题:顺序
1414

15-
- [x] [LCP 2. 分式化简 -Easy](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/LCP/_2_fraction.java)
15+
- [ ] [65. 有效数字 -Hard](https://leetcode-cn.com/problems/valid-number/)
1616

17-
- [x] [LCP 4. 覆盖 -Hard](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/LCP/_4_domino.java)
17+
- [ ] [66. 加一 -Easy](https://leetcode-cn.com/problems/plus-one/)
1818

19-
- [x] [LCP 5. 发 LeetCoin -Hard](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/LCP/_5_bonus_2.java)
19+
- [ ] [68. 文本左右对齐 -Hard](https://leetcode-cn.com/problems/text-justification/)
2020

21-
- [x] [LCP 3. 机器人大冒险 -Medium](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/LCP/_3_robot.java)
21+
- [ ] [73. 矩阵置零 -Medium](https://leetcode-cn.com/problems/set-matrix-zeroes/)
2222

23-
- [x] [LCP 1. 猜数字 -Easy](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/LCP/_1_game.java)
23+
- [ ] [74. 搜索二维矩阵 -Medium](https://leetcode-cn.com/problems/search-a-2d-matrix/)
24+
25+
- [ ] [81. 搜索旋转排序数组 II -Medium](https://leetcode-cn.com/problems/search-in-rotated-sorted-array-ii/)
26+
27+
- [ ] [82. 删除排序链表中的重复元素 II -Medium](https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list-ii/)
2428

2529
## 已解题目
2630

0 commit comments

Comments
 (0)