Skip to content

Commit 1c99ac8

Browse files
authored
Update README.md
1 parent 19e2142 commit 1c99ac8

File tree

1 file changed

+68
-1
lines changed

1 file changed

+68
-1
lines changed

README.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,69 @@
11
# Leetcode-Solutions
2-
All the code solutions I solved in the leetcode platform.
2+
3+
A collection of my solutions to LeetCode problems, written in various programming languages. This repository is meant to document my learning journey, share my approaches, and help others understand different ways to solve algorithmic challenges.
4+
5+
---
6+
7+
## 📝 About
8+
9+
This repository contains solutions to problems from [LeetCode](https://leetcode.com/). Solutions are organized by problem name/number and language. Each solution includes clear code and, where relevant, explanations or comments to help you understand the approach.
10+
11+
---
12+
13+
## 📚 Structure
14+
15+
The repository is organized as follows:
16+
17+
```
18+
Leetcode-Solutions/
19+
├── <Problem-Category>/
20+
│ ├── <Problem-Name-or-Number>.<extension>
21+
│ └── ...
22+
├── README.md
23+
└── ...
24+
```
25+
26+
- Solutions may be grouped by problem category (e.g., Arrays, LinkedList, DynamicProgramming, etc.) or by language (depending on your structure).
27+
- File names usually include the problem name or number.
28+
29+
---
30+
31+
## 🧑‍💻 Languages Used
32+
33+
- Python
34+
- C++
35+
- Java
36+
- JavaScript
37+
- (Add or remove languages as appropriate)
38+
39+
---
40+
41+
## 🚩 How to Use
42+
43+
1. **Browse by directory or search for a problem.**
44+
2. **Open the file to see the solution and explanation.**
45+
3. **Feel free to use these solutions for learning and reference.**
46+
4. **If you have a better approach, open a pull request!**
47+
48+
---
49+
50+
## 🏆 Progress
51+
52+
- Problems solved: [add your count here]
53+
- Last updated: [add date or automate if possible]
54+
---
55+
56+
## ⭐️ Support
57+
58+
If you find this repository helpful, please star it!
59+
Your support motivates me to keep solving and sharing more problems.
60+
61+
---
62+
63+
## 📄 License
64+
65+
This repository is licensed under the [MIT License](LICENSE).
66+
67+
---
68+
69+
Happy Coding! 🚀

0 commit comments

Comments
 (0)