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
| 2629 |[Function Composition](<https://leetcode.com/problems/function-composition>)| Easy ||[solution](<markdowns/_2629. Function Composition.md>)| js |
411
413
| 2634 |[Filter Elements from Array](<https://leetcode.com/problems/filter-elements-from-array>)| Easy ||[solution](<markdowns/_2634. Filter Elements from Array.md>)| js |
412
414
| 2635 |[Apply Transform Over Each Element in Array](<https://leetcode.com/problems/apply-transform-over-each-element-in-array>)| Easy ||[solution](<markdowns/_2635. Apply Transform Over Each Element in Array.md>)| js |
@@ -418,6 +420,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
418
420
| 2679 |[Sum in a Matrix](<https://leetcode.com/problems/sum-in-a-matrix>)| Medium ||[solution](<markdowns/_2679. Sum in a Matrix.md>)| java |
419
421
| 2703 |[Return Length of Arguments Passed](<https://leetcode.com/problems/return-length-of-arguments-passed>)| Easy ||[solution](<markdowns/_2703. Return Length of Arguments Passed.md>)| js, ts |
420
422
| 2704 |[To Be Or Not To Be](<https://leetcode.com/problems/to-be-or-not-to-be>)| Easy ||[solution](<markdowns/_2704. To Be Or Not To Be.md>)| js |
423
+
| 2723 |[Add Two Promises](<https://leetcode.com/problems/add-two-promises>)| Easy ||[solution](<markdowns/_2723. Add Two Promises.md>)| js |
421
424
| 2734 |[Lexicographically Smallest String After Substring Operation](<https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation>)| Medium ||[solution](<markdowns/_2734. Lexicographically Smallest String After Substring Operation.md>)| py |
422
425
| 2743 |[Count Substrings Without Repeating Character](<https://leetcode.com/problems/count-substrings-without-repeating-character>)| Medium | Weekly Premium |[solution](<markdowns/_2743. Count Substrings Without Repeating Character.md>)| java, py |
423
426
| 2807 |[Insert Greatest Common Divisors in Linked List](<https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list>)| Medium ||[solution](<markdowns/_2807. Insert Greatest Common Divisors in Linked List.md>)| py |
Copy file name to clipboardExpand all lines: markdowns/Questions_By_Code_Length.md
+3
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,7 @@ Calculations are based on the code files's byte sizes.
201
201
| 2374 |[Node With Highest Edge Score](<https://leetcode.com/problems/node-with-highest-edge-score>)| Medium ||[solution](<_2374. Node With Highest Edge Score.md>)| py | Jun 17, 2024 |
202
202
| 890 |[Find and Replace Pattern](<https://leetcode.com/problems/find-and-replace-pattern>)| Medium ||[solution](<_890. Find and Replace Pattern.md>)| py | Jul 02, 2024 |
203
203
| 21 |[Merge Two Sorted Lists](<https://leetcode.com/problems/merge-two-sorted-lists>)| Easy | B75, N150 |[solution](<_21. Merge Two Sorted Lists.md>)| java | May 22, 2024 |
204
+
| 2723 |[Add Two Promises](<https://leetcode.com/problems/add-two-promises>)| Easy ||[solution](<_2723. Add Two Promises.md>)| js | Jul 08, 2024 |
| 2679 |[Sum in a Matrix](<https://leetcode.com/problems/sum-in-a-matrix>)| Medium ||[solution](<_2679. Sum in a Matrix.md>)| java | May 22, 2024 |
206
207
| 784 |[Letter Case Permutation](<https://leetcode.com/problems/letter-case-permutation>)| Medium ||[solution](<_784. Letter Case Permutation.md>)| py | Jun 14, 2024 |
@@ -268,6 +269,7 @@ Calculations are based on the code files's byte sizes.
| 856 |[Score of Parentheses](<https://leetcode.com/problems/score-of-parentheses>)| Medium ||[solution](<_856. Score of Parentheses.md>)| py | Jun 17, 2024 |
270
271
| 637 |[Average of Levels in Binary Tree](<https://leetcode.com/problems/average-of-levels-in-binary-tree>)| Easy ||[solution](<_637. Average of Levels in Binary Tree.md>)| py | Jul 03, 2024 |
| 2734 |[Lexicographically Smallest String After Substring Operation](<https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation>)| Medium ||[solution](<_2734. Lexicographically Smallest String After Substring Operation.md>)| py | Jun 29, 2024 |
272
274
| 2317 |[Maximum XOR After Operations ](<https://leetcode.com/problems/maximum-xor-after-operations>)| Medium ||[solution](<_2317. Maximum XOR After Operations .md>)| c, cpp, java, py | Jun 24, 2024 |
273
275
| 1535 |[Find the Winner of an Array Game](<https://leetcode.com/problems/find-the-winner-of-an-array-game>)| Medium ||[solution](<_1535. Find the Winner of an Array Game.md>)| py | Jun 08, 2024 |
@@ -405,6 +407,7 @@ Calculations are based on the code files's byte sizes.
405
407
| 177 |[Nth Highest Salary](<https://leetcode.com/problems/nth-highest-salary>)| Medium ||[solution](<_177. Nth Highest Salary.md>)| sql | May 22, 2024 |
406
408
| 2886 |[Change Data Type](<https://leetcode.com/problems/change-data-type>)| Easy ||[solution](<_2886. Change Data Type.md>)| py | May 29, 2024 |
407
409
| 2667 |[Create Hello World Function](<https://leetcode.com/problems/create-hello-world-function>)| Easy ||[solution](<_2667. Create Hello World Function.md>)| js | Jul 08, 2024 |
| 28 |[Find the Index of the First Occurrence in a String](<https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string>)| Easy ||[solution](<_28. Find the Index of the First Occurrence in a String.md>)| py | May 22, 2024 |
| 2666 |[Allow One Function Call](<https://leetcode.com/problems/allow-one-function-call>)| Easy ||[solution](<_2666. Allow One Function Call.md>)| js | Jul 08, 2024 |
0 commit comments