Skip to content

Commit bcf05be

Browse files
committed
update readme
1 parent cdf207d commit bcf05be

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
3542-minimum-operations-to-convert-all-elements-to-zero python medium
2-
2654-minimum-number-of-operations-to-make-all-array-elements-equal-to-1 python medium
1+
3228-maximum-number-of-operations-to-move-ones-to-the-end python medium

3493-maximum-number-of-operations-to-move-ones-to-the-end/3493-maximum-number-of-operations-to-move-ones-to-the-end.py renamed to Python/3228-maximum-number-of-operations-to-move-ones-to-the-end.py

File renamed without changes.

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
| 3321 | [Find X-Sum of All K-Long Subarrays II](https://leetcode.com/problems/find-x-sum-of-all-k-long-subarrays-ii) | [Python](./Python/3321-find-x-sum-of-all-k-long-subarrays-ii.py) | [Hard](./Readme/3321-find-x-sum-of-all-k-long-subarrays-ii.md) |
100100
| 3324 | [Find the Sequence of Strings Appeared on the Screen](https://leetcode.com/problems/find-the-sequence-of-strings-appeared-on-the-screen) | [Python](./Python/3324-find-the-sequence-of-strings-appeared-on-the-screen.py) | [Medium](./Readme/3324-find-the-sequence-of-strings-appeared-on-the-screen.md) |
101101
| 3325 | [Count Substrings with K Frequency Characters I](https://leetcode.com/problems/count-substrings-with-k-frequency-characters-i) | [Python](./Python/3325-count-substrings-with-k-frequency-characters-i.py) | [Medium](./Readme/3325-count-substrings-with-k-frequency-characters-i.md) |
102+
| 3328 | [Maximum Number of Operations to Move Ones to the End](https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-end) | [Python](./Python/3328-maximum-number-of-operations-to-move-ones-to-the-end.py) | [Medium](./Readme/3328-maximum-number-of-operations-to-move-ones-to-the-end.md) |
102103
| 3330 | [Find the Original Typed String I](https://leetcode.com/problems/find-the-original-typed-string-i) | [Python](./Python/3330-find-the-original-typed-string-i.py) | [Easy](./Readme/3330-find-the-original-typed-string-i.md) |
103104
| 3331 | [Find Subtree Sizes After Changes](https://leetcode.com/problems/find-subtree-sizes-after-changes) | [Python](./Python/3331-find-subtree-sizes-after-changes.py) | [Medium](./Readme/3331-find-subtree-sizes-after-changes.md) |
104105
| 3334 | [Find the Maximum Factor Score of Array](https://leetcode.com/problems/find-the-maximum-factor-score-of-array) | [Python](./Python/3334-find-the-maximum-factor-score-of-array.py) | [Medium](./Readme/3334-find-the-maximum-factor-score-of-array.md) |

3493-maximum-number-of-operations-to-move-ones-to-the-end/README.md renamed to Readme/3228-maximum-number-of-operations-to-move-ones-to-the-end.md

File renamed without changes.

0 commit comments

Comments
 (0)