Skip to content

Commit ab67da6

Browse files
committed
update readme
1 parent fb3c597 commit ab67da6

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

.github/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3321-find-x-sum-of-all-k-long-subarrays-ii python hard

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
| 3315 | [Construct the Minimum Bitwise Array II](https://leetcode.com/problems/construct-the-minimum-bitwise-array-ii/) | [Python](./Python/3315-construct-the-minimum-bitwise-array-ii.py) | [Medium](./Readme/3315-construct-the-minimum-bitwise-array-ii.md) |
9797
| 3318 | [Find X Sum of All K Long Subarrays I](https://leetcode.com/problems/find-x-sum-of-all-k-long-subarrays-i/) | [Python](./Python/3318-find-x-sum-of-all-k-long-subarrays-i.py) | [Easy](./Readme/3318-find-x-sum-of-all-k-long-subarrays-i.md) |
9898
| 3319 | [K-th Largest Perfect Subtree Size in Binary Tree](https://leetcode.com/problems/k-th-largest-perfect-subtree-size-in-binary-tree/) | [Python](./Python/3319-k-th-largest-perfect-subtree-size-in-binary-tree.py) | [Medium](./Readme/3319-k-th-largest-perfect-subtree-size-in-binary-tree.md) |
99+
| 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) |
99100
| 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) |
100101
| 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) |
101102
| 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) |
File renamed without changes.

0 commit comments

Comments
 (0)