|
1 |
| -# dsa-daily-javascript |
| 1 | +# 📚 JDCodebase DSA Series (JavaScript) |
2 | 2 |
|
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 | +--- |
4 | 6 |
|
5 | 7 | ## 💡 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 |
10 | 8 |
|
| 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 | +--- |
11 | 15 |
|
12 | 16 | ## 🎥 Watch on YouTube
|
13 |
| -I explain and solve these problems on my YouTube channel **JD Codebase**. |
14 | 17 |
|
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/)** |
16 | 31 |
|
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) |
18 | 39 | - 📧 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) |
21 | 41 |
|
22 | 42 | ---
|
23 | 43 |
|
24 |
| -**💬 Star this repo if you find it useful, and feel free to fork or contribute!** |
| 44 | +## 🙌 Contribute or Support |
25 | 45 |
|
| 46 | +If you find this helpful: |
26 | 47 |
|
| 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 | +--- |
27 | 59 |
|
| 60 | +_Thank you for visiting! Keep grinding and happy coding!_ 🚀 |
0 commit comments