|
1 |
| -# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (413 solved) |
| 1 | +# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (418 solved) |
2 | 2 |
|
3 | 3 | > My LeetCode Profile: [Zanger](https://leetcode.com/u/Zanger/)
|
4 | 4 |
|
@@ -405,13 +405,18 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
|
405 | 405 | | 2582 | [Pass the Pillow](<https://leetcode.com/problems/pass-the-pillow>) | Easy | Daily | [solution](<markdowns/_2582. Pass the Pillow.md>) | c, cpp, cs, java, js, py |
|
406 | 406 | | 2610 | [Convert an Array Into a 2D Array With Conditions](<https://leetcode.com/problems/convert-an-array-into-a-2d-array-with-conditions>) | Medium | | [solution](<markdowns/_2610. Convert an Array Into a 2D Array With Conditions.md>) | py |
|
407 | 407 | | 2620 | [Counter](<https://leetcode.com/problems/counter>) | Easy | | [solution](<markdowns/_2620. Counter.md>) | js |
|
| 408 | +| 2621 | [Sleep](<https://leetcode.com/problems/sleep>) | Easy | | [solution](<markdowns/_2621. Sleep.md>) | js | |
| 409 | +| 2623 | [Memoize](<https://leetcode.com/problems/memoize>) | Medium | | [solution](<markdowns/_2623. Memoize.md>) | js | |
| 410 | +| 2629 | [Function Composition](<https://leetcode.com/problems/function-composition>) | Easy | | [solution](<markdowns/_2629. Function Composition.md>) | js | |
408 | 411 | | 2634 | [Filter Elements from Array](<https://leetcode.com/problems/filter-elements-from-array>) | Easy | | [solution](<markdowns/_2634. Filter Elements from Array.md>) | js |
|
409 | 412 | | 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 |
|
410 | 413 | | 2665 | [Counter II](<https://leetcode.com/problems/counter-ii>) | Easy | | [solution](<markdowns/_2665. Counter II.md>) | js |
|
| 414 | +| 2666 | [Allow One Function Call](<https://leetcode.com/problems/allow-one-function-call>) | Easy | | [solution](<markdowns/_2666. Allow One Function Call.md>) | js | |
411 | 415 | | 2667 | [Create Hello World Function](<https://leetcode.com/problems/create-hello-world-function>) | Easy | | [solution](<markdowns/_2667. Create Hello World Function.md>) | js |
|
412 | 416 | | 2671 | [Frequency Tracker](<https://leetcode.com/problems/frequency-tracker>) | Medium | | [solution](<markdowns/_2671. Frequency Tracker.md>) | py |
|
413 | 417 | | 2678 | [Number of Senior Citizens](<https://leetcode.com/problems/number-of-senior-citizens>) | Easy | | [solution](<markdowns/_2678. Number of Senior Citizens.md>) | java |
|
414 | 418 | | 2679 | [Sum in a Matrix](<https://leetcode.com/problems/sum-in-a-matrix>) | Medium | | [solution](<markdowns/_2679. Sum in a Matrix.md>) | java |
|
| 419 | +| 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 | |
415 | 420 | | 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 |
|
416 | 421 | | 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 |
|
417 | 422 | | 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 |
|
|
0 commit comments