You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdowns/Questions_By_Code_Length.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Calculations are based on the code files's byte sizes.
104
104
| 2 |[Add Two Numbers](<https://leetcode.com/problems/add-two-numbers>)| Medium | N150 |[solution](<_2. Add Two Numbers.md>)| java | May 22, 2024 |
105
105
| 430 |[Flatten a Multilevel Doubly Linked List](<https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list>)| Medium ||[solution](<_430. Flatten a Multilevel Doubly Linked List.md>)| cpp, java | Jun 27, 2024 |
106
106
| 239 |[Sliding Window Maximum](<https://leetcode.com/problems/sliding-window-maximum>)| Hard | N150 |[solution](<_239. Sliding Window Maximum.md>)| py | Jun 04, 2024 |
107
+
| 128 |[Longest Consecutive Sequence](<https://leetcode.com/problems/longest-consecutive-sequence>)| Medium | B75, N150 |[solution](<_128. Longest Consecutive Sequence.md>)| java, py | Jun 13, 2024 |
107
108
| 103 |[Binary Tree Zigzag Level Order Traversal](<https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal>)| Medium ||[solution](<_103. Binary Tree Zigzag Level Order Traversal.md>)| py | Jul 03, 2024 |
108
109
| 3306 |[Count of Substrings Containing Every Vowel and K Consonants II](<https://leetcode.com/problems/count-of-substrings-containing-every-vowel-and-k-consonants-ii>)| Medium | Daily |[solution](<_3306. Count of Substrings Containing Every Vowel and K Consonants II.md>)| py | Mar 10, 2025 |
109
110
| 645 |[Set Mismatch](<https://leetcode.com/problems/set-mismatch>)| Easy ||[solution](<_645. Set Mismatch.md>)| java, py | Jun 01, 2024 |
@@ -117,7 +118,6 @@ Calculations are based on the code files's byte sizes.
117
118
| 40 |[Combination Sum II](<https://leetcode.com/problems/combination-sum-ii>)| Medium | Daily, N150 |[solution](<_40. Combination Sum II.md>)| py | Aug 13, 2024 |
118
119
| 611 |[Valid Triangle Number](<https://leetcode.com/problems/valid-triangle-number>)| Medium ||[solution](<_611. Valid Triangle Number.md>)| py | May 22, 2024 |
119
120
| 3229 | Weekly Contest 407 - q4 - [Minimum Operations to Make Array Equal to Target](<https://leetcode.com/problems/minimum-operations-to-make-array-equal-to-target>)| Hard | Contest |[solution](<_3229. Minimum Operations to Make Array Equal to Target.md>)| py | Jul 21, 2024 |
120
-
| 128 |[Longest Consecutive Sequence](<https://leetcode.com/problems/longest-consecutive-sequence>)| Medium | B75, N150 |[solution](<_128. Longest Consecutive Sequence.md>)| java, py | Jun 13, 2024 |
| 419 |[Battleships in a Board](<https://leetcode.com/problems/battleships-in-a-board>)| Medium ||[solution](<_419. Battleships in a Board.md>)| c, py | Jun 24, 2024 |
123
123
| 353 |[Design Snake Game](<https://leetcode.com/problems/design-snake-game>)| Medium ||[solution](<_353. Design Snake Game.md>)| py | Jun 28, 2024 |
0 commit comments