Skip to content

Commit 21febab

Browse files
authored
Update README.md
1 parent e6d92db commit 21febab

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
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

Comments
 (0)