File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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
- | 816 | 362 | 426 | 28 |
5
+ | 817 | 362 | 427 | 28 |
6
6
7
7
### 题目
8
8
538
538
| 2292 | 统计包含给定前缀的字符串 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/counting-words-with-a-given-prefix.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/counting-words-with-a-given-prefix/ ) | Easy |
539
539
| 2299 | 合并零之间的节点 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/merge-nodes-in-between-zeros.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/merge-nodes-in-between-zeros/ ) | Medium |
540
540
| 2300 | 构造限制重复的字符串 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/construct-string-with-repeat-limit.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/construct-string-with-repeat-limit/ ) | Medium |
541
+ | 2309 | 字符串中最多数目的子序列 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/maximize-number-of-subsequences-in-a-string.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/maximize-number-of-subsequences-in-a-string/ ) | Medium |
541
542
| 2310 | 将数组和减半的最少操作次数 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/minimum-operations-to-halve-array-sum.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/minimum-operations-to-halve-array-sum/ ) | Medium |
542
543
| 2320 | 找出数组中的所有 K 近邻下标 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/find-all-k-distant-indices-in-an-array.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/find-all-k-distant-indices-in-an-array/ ) | Easy |
543
544
| 2328 | 向表达式添加括号后的最小结果 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/minimize-result-by-adding-parentheses-to-expression.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/minimize-result-by-adding-parentheses-to-expression/ ) | Medium |
You can’t perform that action at this time.
0 commit comments