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 22
33| Total | Easy | Medium | Hard |
44| :----: | :----: | :----: | :----: |
5- | 821 | 366 | 427 | 28 |
5+ | 822 | 367 | 427 | 28 |
66
77### 题目
88
676676| 3275 | 输入单词需要的最少按键次数 I | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/minimum-number-of-pushes-to-type-word-i.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/minimum-number-of-pushes-to-type-word-i/ ) | Easy |
677677| 3320 | 相同分数的最大操作数目 I | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/maximum-number-of-operations-with-the-same-score-i.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/maximum-number-of-operations-with-the-same-score-i/ ) | Easy |
678678| 3330 | 修改矩阵 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/modify-the-matrix.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/modify-the-matrix/ ) | Easy |
679+ | 3331 | 超过阈值的最少操作数 I | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/minimum-operations-to-exceed-threshold-value-i.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/minimum-operations-to-exceed-threshold-value-i/ ) | Easy |
679680| 3334 | 重新分装苹果 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/apple-redistribution-into-boxes.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/apple-redistribution-into-boxes/ ) | Easy |
680681| 3346 | 满足距离约束且字典序最小的字符串 | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/lexicographically-smallest-string-after-operations-with-constraint.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/lexicographically-smallest-string-after-operations-with-constraint/ ) | Medium |
681682| 3347 | 将元素分配到两个数组中 I | [ src] ( https://github.com/rustors/leetcode/blob/main/src/bin/distribute-elements-into-two-arrays-i.rs ) | [ leetcode] ( https://leetcode-cn.com/problems/distribute-elements-into-two-arrays-i/ ) | Easy |
You can’t perform that action at this time.
0 commit comments