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
+4
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,7 @@ Calculations are based on the code files's byte sizes.
205
205
| 1448 |[Count Good Nodes in Binary Tree](<https://leetcode.com/problems/count-good-nodes-in-binary-tree>)| Medium | N150 |[solution](<_1448. Count Good Nodes in Binary Tree.md>)| java | Jul 04, 2024 |
206
206
| 817 |[Linked List Components](<https://leetcode.com/problems/linked-list-components>)| Medium ||[solution](<_817. Linked List Components.md>)| java | Jul 04, 2024 |
207
207
| 2013 |[Detect Squares](<https://leetcode.com/problems/detect-squares>)| Medium | N150 |[solution](<_2013. Detect Squares.md>)| py | Jun 28, 2024 |
208
+
| 1457 |[Pseudo-Palindromic Paths in a Binary Tree](<https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree>)| Medium ||[solution](<_1457. Pseudo-Palindromic Paths in a Binary Tree.md>)| py | Jul 05, 2024 |
208
209
| 3169 | w contest 400 - q2 | Medium | Contest |[solution](<_3169. w contest 400 - q.md>)| py | Jun 01, 2024 |
209
210
| 173 |[Binary Search Tree Iterator](<https://leetcode.com/problems/binary-search-tree-iterator>)| Medium ||[solution](<_173. Binary Search Tree Iterator.md>)| py | Jun 26, 2024 |
210
211
| 502 |[IPO](<https://leetcode.com/problems/ipo>)| Hard | Daily |[solution](<_502. IPO.md>)| py | Jun 14, 2024 |
@@ -273,6 +274,7 @@ Calculations are based on the code files's byte sizes.
273
274
| 3 |[Longest Substring Without Repeating Characters](<https://leetcode.com/problems/longest-substring-without-repeating-characters>)| Medium | N150, B75 |[solution](<_3. Longest Substring Without Repeating Characters.md>)| java | May 22, 2024 |
274
275
| 1052 |[Grumpy Bookstore Owner](<https://leetcode.com/problems/grumpy-bookstore-owner>)| Medium | Daily |[solution](<_1052. Grumpy Bookstore Owner.md>)| py | Jun 20, 2024 |
| 540 |[Single Element in a Sorted Array](<https://leetcode.com/problems/single-element-in-a-sorted-array>)| Medium ||[solution](<_540. Single Element in a Sorted Array.md>)| py | Jul 05, 2024 |
276
278
| 2816 |[Double a Number Represented as a Linked List](<https://leetcode.com/problems/double-a-number-represented-as-a-linked-list>)| Medium ||[solution](<_2816. Double a Number Represented as a Linked List.md>)| c | Jul 04, 2024 |
277
279
| 1502 |[Can Make Arithmetic Progression From Sequence](<https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence>)| Easy ||[solution](<_1502. Can Make Arithmetic Progression From Sequence.md>)| c, py | Jun 04, 2024 |
@@ -307,6 +309,7 @@ Calculations are based on the code files's byte sizes.
307
309
| 3185 | w contest 402 - q2 | Medium | Contest |[solution](<_3185. w contest 402 - q.md>)| py | Jun 15, 2024 |
308
310
| 2352 |[Equal Row and Column Pairs](<https://leetcode.com/problems/equal-row-and-column-pairs>)| Medium ||[solution](<_2352. Equal Row and Column Pairs.md>)| py | Jun 26, 2024 |
309
311
| 345 |[Reverse Vowels of a String](<https://leetcode.com/problems/reverse-vowels-of-a-string>)| Easy ||[solution](<_345. Reverse Vowels of a String.md>)| py | May 23, 2024 |
312
+
| 503 |[Next Greater Element II](<https://leetcode.com/problems/next-greater-element-ii>)| Medium ||[solution](<_503. Next Greater Element II.md>)| py | Jul 05, 2024 |
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium ||[solution](<_2221. Find Triangular Sum of an Array.md>)| c, java | Jun 26, 2024 |
312
315
| 56 |[Merge Intervals](<https://leetcode.com/problems/merge-intervals>)| Medium | N150, B75 |[solution](<_56. Merge Intervals.md>)| py | Jun 18, 2024 |
@@ -360,6 +363,7 @@ Calculations are based on the code files's byte sizes.
360
363
| 3074 |[Apple Redistribution into Boxes](<https://leetcode.com/problems/apple-redistribution-into-boxes>)| Easy ||[solution](<_3074. Apple Redistribution into Boxes.md>)| py | May 23, 2024 |
| 1030 |[Matrix Cells in Distance Order](<https://leetcode.com/problems/matrix-cells-in-distance-order>)| Easy ||[solution](<_1030. Matrix Cells in Distance Order.md>)| py | Jun 03, 2024 |
366
+
| 2268 |[Minimum Number of Keypresses](<https://leetcode.com/problems/minimum-number-of-keypresses>)| Medium ||[solution](<_2268. Minimum Number of Keypresses.md>)| py | Jul 05, 2024 |
363
367
| 184 |[Department Highest Salary](<https://leetcode.com/problems/department-highest-salary>)| Medium ||[solution](<_184. Department Highest Salary.md>)| sql | Jun 07, 2024 |
364
368
| 2011 |[Final Value of Variable After Performing Operations](<https://leetcode.com/problems/final-value-of-variable-after-performing-operations>)| Easy ||[solution](<_2011. Final Value of Variable After Performing Operations.md>)| c | Jun 03, 2024 |
365
369
| 2678 |[Number of Senior Citizens](<https://leetcode.com/problems/number-of-senior-citizens>)| Easy ||[solution](<_2678. Number of Senior Citizens.md>)| java | May 22, 2024 |
| 503 |[Next Greater Element II](<https://leetcode.com/problems/next-greater-element-ii>)| Medium ||[solution](<_503. Next Greater Element II.md>)| py | Jul 05, 2024 |
10
+
| 2268 |[Minimum Number of Keypresses](<https://leetcode.com/problems/minimum-number-of-keypresses>)| Medium ||[solution](<_2268. Minimum Number of Keypresses.md>)| py | Jul 05, 2024 |
11
+
| 540 |[Single Element in a Sorted Array](<https://leetcode.com/problems/single-element-in-a-sorted-array>)| Medium ||[solution](<_540. Single Element in a Sorted Array.md>)| py | Jul 05, 2024 |
12
+
| 1457 |[Pseudo-Palindromic Paths in a Binary Tree](<https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree>)| Medium ||[solution](<_1457. Pseudo-Palindromic Paths in a Binary Tree.md>)| py | Jul 05, 2024 |
9
13
| 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 |
10
14
| 1609 |[Even Odd Tree](<https://leetcode.com/problems/even-odd-tree>)| Medium ||[solution](<_1609. Even Odd Tree.md>)| py | Jul 05, 2024 |
11
15
| 1372 |[Longest ZigZag Path in a Binary Tree](<https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree>)| Medium ||[solution](<_1372. Longest ZigZag Path in a Binary Tree.md>)| py | Jul 05, 2024 |
0 commit comments