Skip to content

Commit 29bc83a

Browse files
committed
update readme
1 parent 781fcea commit 29bc83a

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-
1523-count-odd-numbers-in-an-interval-range python easy
1+
3765-complete-prime-number python medium
2+
3766-minimum-operations-to-make-binary-palindrome python medium
3+
3767-maximize-points-after-choosing-k-tasks python medium

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,6 @@
309309
| 3750 | [Minimum Number of Flips to Reverse Binary String](https://leetcode.com/problems/minimum-number-of-flips-to-reverse-binary-string) | [Python](./Python/3750-minimum-number-of-flips-to-reverse-binary-string.py) | [Easy](./Readme/3750-minimum-number-of-flips-to-reverse-binary-string.md) |
310310
| 3751 | [Total Waviness of Numbers in Range I](https://leetcode.com/problems/total-waviness-of-numbers-in-range-i) | [Python](./Python/3751-total-waviness-of-numbers-in-range-i.py) | [Medium](./Readme/3751-total-waviness-of-numbers-in-range-i.md) |
311311
| 3752 | [Lexicographically Smallest Negated Permutation That Sums to Target](https://leetcode.com/problems/lexicographically-smallest-negated-permutation-that-sums-to-target) | [Python](./Python/3752-lexicographically-smallest-negated-permutation-that-sums-to-target.py) | [Medium](./Readme/3752-lexicographically-smallest-negated-permutation-that-sums-to-target.md) |
312+
| 3765 | [Complete Prime Number](https://leetcode.com/problems/complete-prime-number) | [Python](./Python/3765-complete-prime-number.py) | [Medium](./Readme/3765-complete-prime-number.md) |
313+
| 3766 | [Minimum Operations to Make Binary Palindrome](https://leetcode.com/problems/minimum-operations-to-make-binary-palindrome) | [Python](./Python/3766-minimum-operations-to-make-binary-palindrome.py) | [Medium](./Readme/3766-minimum-operations-to-make-binary-palindrome.md) |
314+
| 3767 | [Maximize Points After Choosing K Tasks](https://leetcode.com/problems/maximize-points-after-choosing-k-tasks) | [Python](./Python/3767-maximize-points-after-choosing-k-tasks.py) | [Medium](./Readme/3767-maximize-points-after-choosing-k-tasks.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)