Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76cb83c

Browse files
Update README.md
1 parent acb4493 commit 76cb83c

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

README.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
1-
# Leetcode Daily Practice 🚀
1+
# Leetcode-JS 🚀
22

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!
58

69
---
710

811
## 📂 Repository Structure
9-
Each problem is organized in its own folder :
12+
Each problem is organized in its own folder:
1013

11-
ProblemNumber-Problem-Name/ <br>
12-
├── ProblemNumber-ProblemName.js <br>
14+
ProblemNumber-Problem-Name/
15+
├── ProblemNumber-ProblemName.js
1316
├── README.md
1417

1518

1619
---
1720

1821
## ✅ 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!
4141
4242
---
4343

4444
## 📢 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!
4748

4849
---
4950

50-
## 🚀 Happy Coding!
51+
## 🚀 Happy Coding with JavaScript!

0 commit comments

Comments
 (0)