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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ Calculations are based on the code files's byte sizes.
108
108
| 771 |[Jewels and Stones](<https://leetcode.com/problems/jewels-and-stones>)| Easy ||[solution](<_771. Jewels and Stones.md>)| py, java | Jun 02, 2024 |
109
109
| 863 |[All Nodes Distance K in Binary Tree](<https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree>)| Medium ||[solution](<_863. All Nodes Distance K in Binary Tree.md>)| py | Jun 26, 2024 |
| 567 |[Permutation in String](<https://leetcode.com/problems/permutation-in-string>)| Medium | N150 |[solution](<_567. Permutation in String.md>)| py | Jul 05, 2024 |
111
112
| 1209 |[Remove All Adjacent Duplicates in String II](<https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii>)| Medium ||[solution](<_1209. Remove All Adjacent Duplicates in String II.md>)| py | Jun 17, 2024 |
112
113
| 1171 |[Remove Zero Sum Consecutive Nodes from Linked List](<https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list>)| Medium ||[solution](<_1171. Remove Zero Sum Consecutive Nodes from Linked List.md>)| py | Jun 15, 2024 |
113
114
| 791 |[Custom Sort String](<https://leetcode.com/problems/custom-sort-string>)| Medium ||[solution](<_791. Custom Sort String.md>)| java | Jun 24, 2024 |
@@ -120,6 +121,7 @@ Calculations are based on the code files's byte sizes.
120
121
| 919 |[Complete Binary Tree Inserter](<https://leetcode.com/problems/complete-binary-tree-inserter>)| Medium ||[solution](<_919. Complete Binary Tree Inserter.md>)| py | Jul 05, 2024 |
121
122
| 271 |[Encode and Decode Strings](<https://leetcode.com/problems/encode-and-decode-strings>)| Medium | N150, B75 |[solution](<_271. Encode and Decode Strings.md>)| py | Jun 12, 2024 |
122
123
| 24 |[Swap Nodes in Pairs](<https://leetcode.com/problems/swap-nodes-in-pairs>)| Medium ||[solution](<_24. Swap Nodes in Pairs.md>)| c | Jun 06, 2024 |
@@ -236,6 +238,7 @@ Calculations are based on the code files's byte sizes.
236
238
| 807 |[Max Increase to Keep City Skyline](<https://leetcode.com/problems/max-increase-to-keep-city-skyline>)| Medium ||[solution](<_807. Max Increase to Keep City Skyline.md>)| java | Jun 22, 2024 |
| 720 |[Longest Word in Dictionary](<https://leetcode.com/problems/longest-word-in-dictionary>)| Medium ||[solution](<_720. Longest Word in Dictionary.md>)| py | Jun 27, 2024 |
240
243
| 1858 |[Longest Word With All Prefixes](<https://leetcode.com/problems/longest-word-with-all-prefixes>)| Medium ||[solution](<_1858. Longest Word With All Prefixes.md>)| py | Jun 29, 2024 |
241
244
| 1455 |[Check If a Word Occurs As a Prefix of Any Word in a Sentence](<https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence>)| Easy ||[solution](<_1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence.md>)| py | Jun 01, 2024 |
@@ -288,6 +291,7 @@ Calculations are based on the code files's byte sizes.
288
291
| 1669 |[Merge In Between Linked Lists](<https://leetcode.com/problems/merge-in-between-linked-lists>)| Medium ||[solution](<_1669. Merge In Between Linked Lists.md>)| c | Jun 24, 2024 |
289
292
| 14 |[Longest Common Prefix](<https://leetcode.com/problems/longest-common-prefix>)| Easy ||[solution](<_14. Longest Common Prefix.md>)| java | May 22, 2024 |
290
293
| 3043 |[Find the Length of the Longest Common Prefix](<https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix>)| Medium ||[solution](<_3043. Find the Length of the Longest Common Prefix.md>)| py | Jun 27, 2024 |
294
+
| 1381 |[Design a Stack With Increment Operation](<https://leetcode.com/problems/design-a-stack-with-increment-operation>)| Medium ||[solution](<_1381. Design a Stack With Increment Operation.md>)| py | Jul 05, 2024 |
291
295
| 1002 |[Find Common Characters](<https://leetcode.com/problems/find-common-characters>)| Easy | Daily |[solution](<_1002. Find Common Characters.md>)| py | Jun 04, 2024 |
| 2083 |[Substrings That Begin and End With the Same Letter](<https://leetcode.com/problems/substrings-that-begin-and-end-with-the-same-letter>)| Medium | Weekly Premium |[solution](<_2083. Substrings That Begin and End With the Same Letter.md>)| py, c | Jun 10, 2024 |
| 1381 |[Design a Stack With Increment Operation](<https://leetcode.com/problems/design-a-stack-with-increment-operation>)| Medium ||[solution](<_1381. Design a Stack With Increment Operation.md>)| py | Jul 05, 2024 |
0 commit comments