File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 10
10
- 网址:https://leetcode-cn.com/
11
11
## 待解题目列表
12
12
13
- 扫题:力扣杯
13
+ 扫题:顺序
14
14
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/ )
16
16
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/ )
18
18
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/ )
20
20
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/ )
22
22
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/ )
24
28
25
29
## 已解题目
26
30
You can’t perform that action at this time.
0 commit comments