Skip to content

Commit b92adcf

Browse files
committed
update readme
1 parent 12b78bb commit b92adcf

8 files changed

+6
-1
lines changed

.github/test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1183-maximum-number-of-ones python hard
1+
3731-find-missing-elements python easy
2+
3732-maximum-product-of-three-elements-after-one-replacement python medium
3+
3733-minimum-time-to-complete-all-deliveries python medium

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,6 @@
290290
| 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) |
291291
| 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) |
292292
| 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) |
293+
| 3731 | [Find Missing Elements](https://leetcode.com/problems/find-missing-elements) | [Python](./Python/3731-find-missing-elements.py) | [Easy](./Readme/3731-find-missing-elements.md) |
294+
| 3732 | [Maximum Product of Three Elements After One Replacement](https://leetcode.com/problems/maximum-product-of-three-elements-after-one-replacement) | [Python](./Python/3732-maximum-product-of-three-elements-after-one-replacement.py) | [Medium](./Readme/3732-maximum-product-of-three-elements-after-one-replacement.md) |
295+
| 3733 | [Minimum Time to Complete All Deliveries](https://leetcode.com/problems/minimum-time-to-complete-all-deliveries) | [Python](./Python/3733-minimum-time-to-complete-all-deliveries.py) | [Medium](./Readme/3733-minimum-time-to-complete-all-deliveries.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)