Skip to content

Commit cba67b5

Browse files
committed
Update Readme.md
1 parent 9a6da94 commit cba67b5

File tree

1 file changed

+45
-12
lines changed

1 file changed

+45
-12
lines changed

README.md

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,60 @@
1-
# dsa-daily-javascript
1+
# 📚 JDCodebase DSA Series (JavaScript)
22

3-
This repository contains my daily solutions to Data Structures and Algorithms problems, primarily from LeetCode. All problems are solved using **JavaScript**, with a focus on clean code and optimal approaches.
3+
This repository contains my daily solutions to **Data Structures and Algorithms** problems, primarily from **LeetCode**, solved using **JavaScript**. It aligns with the [JDCodebase DSA Placement Series](https://youtube.com/playlist?list=PLZlKM_ddNCGWWsyipsQ7OS_m5DnHaJ5yU&si=nRC8jPFRpr8qD7p6), aimed at helping developers prepare for **coding interviews** and **placements**.
4+
5+
---
46

57
## 💡 What's Inside
6-
- 📅 Daily LeetCode problems
7-
- ✨ JavaScript solutions with explanations
8-
- 🔍 Covers arrays, strings, trees, graphs, recursion, and more
9-
- 🧪 Practice for coding interviews and tech placements
108

9+
- 🧠 Daily LeetCode problems solved in JS
10+
- 🧼 Clean and optimized solutions
11+
- 📹 Linked with YouTube video explanations
12+
- 🔍 Topics: arrays, strings, hashing, sliding window, and more
13+
14+
---
1115

1216
## 🎥 Watch on YouTube
13-
I explain and solve these problems on my YouTube channel **JD Codebase**.
1417

15-
🔗 [Subscribe here](https://youtube.com/@jdcodebase-en?si=bU4BHFFDXrALz5JZ)
18+
I walk through each problem and solution on my YouTube channel.
19+
20+
▶️ **JDCodebase YouTube**
21+
[🔗 Subscribe Here](https://youtube.com/@jdcodebase-en?si=bU4BHFFDXrALz5JZ)
22+
23+
---
24+
25+
## 📝 Blog Explanations
26+
27+
🖊️ Deep-dive writeups with dry runs, examples, and visuals.
28+
Read all problem breakdowns on:
29+
30+
🌐 **[JDCodebase](https://jdcodebase.vercel.app/)**
1631

17-
## 🤝 Connect With Me
32+
---
33+
34+
## 🔗 Connect With Me
35+
36+
- 💼 [LinkedIn – Jatin Dhamija](https://www.linkedin.com/in/jatin-dhamija-jd/)
37+
- 📸 [Instagram – @jdcodebase](https://www.instagram.com/jdcodebase/)
38+
- 💻 [LeetCode – JDCodebase](https://leetcode.com/jdcodebase)
1839
- 📧 Email: [jd.codebase@gmail.com](mailto:jd.codebase@gmail.com)
19-
- 🔗 LinkedIn: [linkedin.com/in/jatindhamija](https://www.linkedin.com/in/jatin-dhamija-971309252/)
20-
- 🐙 GitHub: [github.com/jdcodebase](https://github.com/jd-code-base)
40+
- 🐙 [GitHub – jdcodebase](https://github.com/jdcodebase)
2141

2242
---
2343

24-
**💬 Star this repo if you find it useful, and feel free to fork or contribute!**
44+
## 🙌 Contribute or Support
2545

46+
If you find this helpful:
2647

48+
- 🌟 **Star** the repo
49+
- 🍴 **Fork** and explore
50+
- 📢 **Share** it with friends
51+
52+
---
53+
54+
## 📄 License
55+
56+
This project is licensed under the **MIT License** — feel free to use, modify, and share.
57+
58+
---
2759

60+
_Thank you for visiting! Keep grinding and happy coding!_ 🚀

0 commit comments

Comments
 (0)