|
1 | | -# Leetcode Daily Practice 🚀 |
| 1 | +# Leetcode-JS 🚀 |
2 | 2 |
|
3 | | -Welcome to my **Leetcode** repository! |
4 | | -Here, I solve daily coding problems to strengthen my problem-solving skills and deepen my understanding of core programming concepts. |
| 3 | +<p align="center"> |
| 4 | + <img src="https://img.shields.io/badge/LeetCode-JavaScript-blue?logo=leetcode&style=for-the-badge" alt="LeetCode JavaScript Badge" /> |
| 5 | +</p> |
| 6 | + |
| 7 | +Welcome to **leetcode-js** – my daily LeetCode JavaScript challenge repository! |
5 | 8 |
|
6 | 9 | --- |
7 | 10 |
|
8 | 11 | ## 📂 Repository Structure |
9 | | -Each problem is organized in its own folder : |
| 12 | +Each problem is organized in its own folder: |
10 | 13 |
|
11 | | -ProblemNumber-Problem-Name/ <br> |
12 | | -├── ProblemNumber-ProblemName.js <br> |
| 14 | +ProblemNumber-Problem-Name/ |
| 15 | +├── ProblemNumber-ProblemName.js |
13 | 16 | ├── README.md |
14 | 17 |
|
15 | 18 |
|
16 | 19 | --- |
17 | 20 |
|
18 | 21 | ## ✅ Completed Problems |
19 | | -| Problem No. | Problem Name | Difficulty | Solution Link | |
20 | | -|-------------|------------------------------|------------|------------------------------------| |
21 | | -| 2619 | Array Prototype Last | Easy | [View Solution](./2619-Array-Prototype-Last) | |
22 | | -| 2620 | Counter | Easy | [View Solution](./2620-Counter) | |
23 | | -| 2621 | Sleep | Easy | [View Solution](./2621-Sleep) | |
24 | | -| 2626 | Array Reduce Transformation | Easy | [View Solution](./2626-Array-Reduce-Transformation) | |
25 | | -| 2629 | Function Composition | Easy | [View Solution](./2629-Function-Composition) | |
26 | | -| 2634 | Filter Elements from Array | Easy | [View Solution](./2634-Filter-Elements-from-Array) | |
27 | | -| 2635 | Apply Transform Over Each <br> Element In Array | Easy | [View Solution](./2635-Apply-Transform-Over-Each-Element-in-Array) | |
28 | | -| 2648 | Generate Fibonacci Sequence | Easy | [View Solution](./2648-Generate-Fibonacci-Sequence) | |
29 | | -| 2665 | Counter-II | Easy | [View Solution](./2665-Counter-II) | |
30 | | -| 2666 | Allow One Function Call | Easy | [View Solution](./2666-Allow-One-Function-Call) | |
31 | | -| 2677 | Chunk Array | Easy | [View Solution](./2677-Chunk-Array) | |
32 | | -| 2695 | Array Wrapper | Easy | [View Solution](./2695-Array-Wrapper) | |
33 | | -> I will keep updating this list with new daily problems. |
34 | | -
|
35 | | - |
36 | | -## 🎯 Goals |
37 | | -- Focus on **problem patterns, JavaScript, Databases, DSA, and more**. |
38 | | -- Solve problems using **multiple programming languages**. |
39 | | -- Write **clean, readable, and well-documented code**. |
40 | | - |
| 22 | +| Problem No. | Problem Name | Difficulty | Solution Link | |
| 23 | +|-------------|------------------------------------------------|------------|--------------------------------------------------------| |
| 24 | +| 2619 | Array Prototype Last | Easy | [View Solution](./2619-Array-Prototype-Last) | |
| 25 | +| 2620 | Counter | Easy | [View Solution](./2620-Counter) | |
| 26 | +| 2621 | Sleep | Easy | [View Solution](./2621-Sleep) | |
| 27 | +| 2626 | Array Reduce Transformation | Easy | [View Solution](./2626-Array-Reduce-Transformation) | |
| 28 | +| 2629 | Function Composition | Easy | [View Solution](./2629-Function-Composition) | |
| 29 | +| 2634 | Filter Elements from Array | Easy | [View Solution](./2634-Filter-Elements-from-Array) | |
| 30 | +| 2635 | Apply Transform Over Each <br> Element In Array | Easy | [View Solution](./2635-Apply-Transform-Over-Each-Element-in-Array) | |
| 31 | +| 2648 | Generate Fibonacci Sequence | Easy | [View Solution](./2648-Generate-Fibonacci-Sequence) | |
| 32 | +| 2665 | Counter-II | Easy | [View Solution](./2665-Counter-II) | |
| 33 | +| 2666 | Allow One Function Call | Easy | [View Solution](./2666-Allow-One-Function-Call) | |
| 34 | +| 2677 | Chunk Array | Easy | [View Solution](./2677-Chunk-Array) | |
| 35 | +| 2695 | Array Wrapper | Easy | [View Solution](./2695-Array-Wrapper) | |
| 36 | +| 2703 | Return Length of Arguments <br> Passed | Easy | [View Solution](./2703-Return-Length-of-Arguments-Passed) | |
| 37 | +| 2704 | To Be Or Not To Be | Easy | [View Solution](./2704-To-Be-Or-Not-To-Be) | |
| 38 | +| 2715 | Timeout Cancellation | Easy | [View Solution](./2715-Timeout-Cancellation) | |
| 39 | + |
| 40 | +> This list will keep growing with new JavaScript problems! |
41 | 41 |
|
42 | 42 | --- |
43 | 43 |
|
44 | 44 | ## 📢 Contributions |
45 | | -This is a personal learning repository. |
46 | | -Feel free to check the solutions and provide suggestions if you spot improvements! |
| 45 | + |
| 46 | +This is a personal learning project. |
| 47 | +Feel free to explore the solutions and suggest improvements via issues or discussions! |
47 | 48 |
|
48 | 49 | --- |
49 | 50 |
|
50 | | -## 🚀 Happy Coding! |
| 51 | +## 🚀 Happy Coding with JavaScript! |
0 commit comments