Skip to content

Commit 28309f9

Browse files
committed
Additional JavaScript study plan
1 parent 0817886 commit 28309f9

21 files changed

+541
-2
lines changed

.Readme Updater

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (413 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (418 solved)
22

33
> My LeetCode Profile: [Zanger](https://leetcode.com/u/Zanger/)
44
@@ -405,13 +405,18 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
405405
| 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 |
406406
| 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 |
407407
| 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 |
408411
| 2634 | [Filter Elements from Array](<https://leetcode.com/problems/filter-elements-from-array>) | Easy | | [solution](<markdowns/_2634. Filter Elements from Array.md>) | js |
409412
| 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 |
410413
| 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 |
411415
| 2667 | [Create Hello World Function](<https://leetcode.com/problems/create-hello-world-function>) | Easy | | [solution](<markdowns/_2667. Create Hello World Function.md>) | js |
412416
| 2671 | [Frequency Tracker](<https://leetcode.com/problems/frequency-tracker>) | Medium | | [solution](<markdowns/_2671. Frequency Tracker.md>) | py |
413417
| 2678 | [Number of Senior Citizens](<https://leetcode.com/problems/number-of-senior-citizens>) | Easy | | [solution](<markdowns/_2678. Number of Senior Citizens.md>) | java |
414418
| 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 |
415420
| 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 |
416421
| 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 |
417422
| 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

Comments
 (0)