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
- | 818 | 363 | 427 | 28 |
5
+ | 819 | 364 | 427 | 28 |
6
6
7
7
### 题目
8
8
556
556
| 2442 | 算术三元组的数目 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/number-of-arithmetic-triplets.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/number-of-arithmetic-triplets/ ) | Easy |
557
557
| 2443 | 检查数组是否存在有效划分 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/check-if-there-is-a-valid-partition-for-the-array.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/check-if-there-is-a-valid-partition-for-the-array/ ) | Medium |
558
558
| 2461 | 感染二叉树需要的总时间 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/amount-of-time-for-binary-tree-to-be-infected.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/amount-of-time-for-binary-tree-to-be-infected/ ) | Medium |
559
+ | 2463 | 得到 K 个黑块的最少涂色次数 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/minimum-recolors-to-get-k-consecutive-black-blocks.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/minimum-recolors-to-get-k-consecutive-black-blocks/ ) | Easy |
559
560
| 2470 | 从字符串中移除星号 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/removing-stars-from-a-string.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/removing-stars-from-a-string/ ) | Medium |
560
561
| 2473 | 数位和相等数对的最大和 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/max-sum-of-a-pair-with-equal-sum-of-digits.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/max-sum-of-a-pair-with-equal-sum-of-digits/ ) | Medium |
561
562
| 2482 | 被列覆盖的最多行数 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/maximum-rows-covered-by-columns.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/maximum-rows-covered-by-columns/ ) | Medium |
You can’t perform that action at this time.
0 commit comments