Skip to content

Commit 4eddb9d

Browse files
committed
update readme
1 parent a7c100c commit 4eddb9d

8 files changed

+6
-2
lines changed

.github/test.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
3397-maximum-number-of-distinct-elements-after-operations python medium
2-
1625-lexicographically-smallest-string-after-applying-operations python medium
1+
3718-smallest-missing-multiple-of-k python easy
2+
3719-longest-balanced-subarray-i python medium
3+
3720-lexicographically-smallest-permutation-greater-than-target python medium

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,6 @@
285285
| 3712 | [Sum of Elements With Frequency Divisible by K](https://leetcode.com/problems/sum-of-elements-with-frequency-divisible-by-k) | [Python](./Python/3712-sum-of-elements-with-frequency-divisible-by-k.py) | [Easy](./Readme/3712-sum-of-elements-with-frequency-divisible-by-k.md) |
286286
| 3713 | [Longest Balanced Substring I](https://leetcode.com/problems/longest-balanced-substring-i) | [Python](./Python/3713-longest-balanced-substring-i.py) | [Medium](./Readme/3713-longest-balanced-substring-i.md) |
287287
| 3715 | [Sum of Perfect Square Ancestors](https://leetcode.com/problems/sum-of-perfect-square-ancestors) | [Python](./Python/3715-sum-of-perfect-square-ancestors.py) | [Hard](./Readme/3715-sum-of-perfect-square-ancestors.md) |
288+
| 3718 | [Smallest Missing Multiple of K](https://leetcode.com/problems/smallest-missing-multiple-of-k) | [Python](./Python/3718-smallest-missing-multiple-of-k.py) | [Easy](./Readme/3718-smallest-missing-multiple-of-k.md) |
289+
| 3719 | [Longest Balanced Subarray I](https://leetcode.com/problems/longest-balanced-subarray-i) | [Python](./Python/3719-longest-balanced-subarray-i.py) | [Medium](./Readme/3719-longest-balanced-subarray-i.md) |
290+
| 3720 | [Lexicographically Smallest Permutation Greater Than Target](https://leetcode.com/problems/lexicographically-smallest-permutation-greater-than-target) | [Python](./Python/3720-lexicographically-smallest-permutation-greater-than-target.py) | [Medium](./Readme/3720-lexicographically-smallest-permutation-greater-than-target.md) |
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)