Skip to content

Commit 09b5359

Browse files
committed
Update README to enhance clarity and organization of Leetcode solutions
1 parent 8c8da5d commit 09b5359

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
1-
[←←Back to Homepage](https://monitsharma.github.io/)
1+
[←← Back to Homepage](https://monitsharma.github.io/)
22

33
# Leetcode Solutions Repository
44

5-
Leetcode Solutions Repository is a GitHub repository that provides solutions to problems found on the popular coding platform, Leetcode. The repository contains solutions in various programming languages such as Python, C, C++, Java, and JavaScript.
5+
A curated collection of Leetcode problem solutions in multiple programming languages including Python, C, C++, Java, and JavaScript. Explore, learn, and contribute to this ever-growing repository.
66

77
![Leetcode Stats](https://leetcard.jacoblin.cool/MonitSharma?ext=activity)
88

9+
---
10+
911
## Introduction
1012

11-
Leetcode is an online platform where programmers can practice their coding skills by solving algorithmic problems. The platform provides a vast array of problems, ranging from easy to hard, in various categories such as arrays, strings, linked lists, trees, graphs, and more.
13+
Leetcode is a popular platform for practicing algorithmic problems, ranging from beginner to expert levels. This repository contains **solutions to over 500 problems**, organized by difficulty and category, with detailed explanations and clean, well-documented code.
1214

13-
This repository contains solutions to over 500 Leetcode problems that are organized by problem difficulty and category, making it easier for users to navigate and find solutions to the problems they are interested in. The solutions are written in easy-to-read and well-commented code, and each solution includes an explanation of the problem statement and approach.
15+
---
1416

1517
## Features
1618

17-
- Solutions to over 500+ Leetcode problems
18-
- Solutions in Python, C, C++, Java, and JavaScript
19-
- Easy-to-read and well-commented code
20-
- Explanation of the problem statement and approach
21-
- Regularly updated with new solutions
19+
- 🧩 **500+ Problems Solved**: Solutions span various topics, including arrays, graphs, and dynamic programming.
20+
- 💻 **Multi-language Support**: Available in Python, C, C++, Java, and JavaScript.
21+
- 📖 **Detailed Explanations**: Each solution includes problem statements and step-by-step approaches.
22+
- 🔄 **Regular Updates**: New problems and solutions are added consistently.
23+
- 🌟 **Open for Contributions**: Join the community to enhance and expand this resource.
24+
25+
---
2226

2327
## Solutions and Articles
2428

29+
You can explore the solutions in the table below. Each row includes:
30+
1. The **problem number**.
31+
2. The **Leetcode problem title** (linked to the problem page).
32+
3. A link to the corresponding **Medium article** for an in-depth explanation.
2533

2634

2735

@@ -217,46 +225,38 @@ This repository contains solutions to over 500 Leetcode problems that are organi
217225

218226

219227

220-
221-
228+
---
222229

223230
## Usage
224231

225-
This repository can be used in various ways:
226-
227-
- As a reference for Leetcode problems: Users can browse the repository to find solutions to the problems they are interested in. The solutions are well-commented, making it easier for users to understand the approach and implementation.
228-
229-
- To improve coding skills: Users can use the solutions in this repository to learn new techniques and approaches to solving algorithmic problems. The code is easy to read and understand, making it a great resource for improving coding skills.
232+
This repository can serve multiple purposes:
233+
1. **Reference**: Find solutions to Leetcode problems with clean, readable code.
234+
2. **Learning**: Understand new problem-solving approaches and algorithmic techniques.
235+
3. **Contribution**: Collaborate to expand the repository with new solutions.
230236

231-
- To contribute to the repository: Users can contribute to the repository by adding solutions to new or existing problems. This can help other users who may be stuck on a particular problem.
237+
---
232238

233239
## Contributing
234240

235-
Contributions to this repository are always welcome. Users can contribute by adding solutions to new or existing problems in any of the supported programming languages. Before contributing, please make sure to read the [contribution guidelines](CONTRIBUTING.md).
236-
237-
## License
238-
239-
This repository is licensed under the [MIT License](LICENSE). Users are free to use, modify, and distribute the code in this repository as long as they comply with the terms of the license.
240-
241-
## Conclusion
241+
Contributions are always welcome! Add new solutions, improve existing code, or enhance documentation. Before contributing, read the [Contribution Guidelines](CONTRIBUTING.md).
242242

243-
Leetcode Solutions Repository is a great resource for programmers who are looking to improve their coding skills or to find solutions to Leetcode problems. With over 1000 solutions in different programming languages, this repository is a valuable asset for any programmer.
243+
---
244244

245+
## License
245246

247+
This repository is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the content as per the license terms.
246248

247249
---
248-
# Current Stats
249-
250-
Current rank : 83,730
251250

251+
## Current Stats
252252

253+
- **Rank**: 83,730
254+
- **Total Problems Solved**: 500+
253255

256+
---
254257

255-
<li> There are new LeetCode questions every day. I'll keep updating them with solutions in different programming languages
256-
257-
258+
## Stay Updated
258259

260+
New solutions are added daily. Check back regularly for updates and stay connected!
259261

260-
261-
262-
262+
---

0 commit comments

Comments
 (0)