|
1 | | -# Leetcode_Problem_Solution |
2 | | -DSA & LeetCode solutions with clear explanations: well-documented code, complexity analysis, and step-by-step YouTube video walkthroughs. Ideal for students preparing coding interviews and mastering algorithms. |
| 1 | +````markdown |
| 2 | +# DSA with LeetCode — Explanations & Code (Video + Repo) |
| 3 | + |
| 4 | +**Welcome!** This repository contains clear, well-documented solutions to LeetCode problems, accompanied by step-by-step YouTube video explanations aimed at students learning Data Structures & Algorithms (DSA). |
| 5 | + |
| 6 | +> Learn algorithms the practical way: visual explanations, optimized code, and practice problems. |
| 7 | + |
| 8 | +--- |
| 9 | +## 🧠 Coding style & conventions |
| 10 | + |
| 11 | +* Use meaningful variable names. |
| 12 | +* Include complexity analysis: |
| 13 | + |
| 14 | + * Time: O(...) |
| 15 | + * Space: O(...) |
| 16 | +* Add comments for non-trivial steps. |
| 17 | +* Keep solutions idiomatic for each language. |
| 18 | +--- |
| 19 | + |
| 20 | +## 🤝 How to contribute |
| 21 | + |
| 22 | +1. Fork the repo. |
| 23 | +2. Create a branch: `feature/<problem-number>-<short-name>` |
| 24 | +3. Add problem folder using `LEETCODE_SOLUTION_TEMPLATE.md`. |
| 25 | +4. Create a PR with description and link to the LeetCode problem. |
| 26 | +5. Follow the PR checklist in `CONTRIBUTING.md`. |
| 27 | + |
| 28 | +See `CONTRIBUTING.md` for details and the PR template. |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## 🎥 Video & repository links |
| 33 | + |
| 34 | +Each problem folder includes `video.md` with: |
| 35 | + |
| 36 | +* YouTube video link |
| 37 | +* Timestamps (approach, walkthrough, code explanation) |
| 38 | +* Full code link in repo |
| 39 | +--- |
| 40 | + |
| 41 | +## ❤️ Support & Contact |
| 42 | +If this repo helped you, star ⭐ the repo and subscribe to the channel. Issues and PRs are welcome! |
| 43 | +--- |
0 commit comments