File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
| Total | Easy | Medium | Hard |
4
4
| :----: | :----: | :----: | :----: |
5
- | 269 | 126 | 136 | 7 |
5
+ | 270 | 126 | 137 | 7 |
6
6
7
7
### 题目
8
8
183
183
| 387 | 字符串中的第一个唯一字符 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/first-unique-character-in-a-string.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/first-unique-character-in-a-string/ ) | Easy |
184
184
| 389 | 找不同 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/find-the-difference.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/find-the-difference/ ) | Easy |
185
185
| 392 | 判断子序列 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/is-subsequence.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/is-subsequence/ ) | Easy |
186
+ | 397 | 整数替换 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/integer-replacement.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/integer-replacement/ ) | Medium |
186
187
| 398 | 随机数索引 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/random-pick-index.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/random-pick-index/ ) | Medium |
187
188
| 398 | 随机数索引 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/random-pick-index.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/random-pick-index/ ) | Medium |
188
189
| 404 | 左叶子之和 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/sum-of-left-leaves.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/sum-of-left-leaves/ ) | Easy |
You can’t perform that action at this time.
0 commit comments