Skip to content

Commit 91de450

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 598c7b5 + 658f49b commit 91de450

File tree

1 file changed

+81
-3
lines changed

1 file changed

+81
-3
lines changed

README.md

+81-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,82 @@
1-
# LeetCode Solutions in Java
2-
<img src="https://assets.leetcode.com/static_assets/public/webpack_bundles/images/logo-dark.e99485d9b.svg" />
1+
<h1 align="center">LeetCode Solutions in Java</h1>
2+
3+
<p align="center">
4+
<a href="https://github.com/muhammetgumus/leetcode/stargazers"><img src="https://img.shields.io/github/stars/muhammetgumus/leetcode" alt="GitHub stars"></a>
5+
<a href="https://github.com/muhammetgumus/leetcode/blob/main/LICENSE"><img src="https://img.shields.io/github/license/muhammetgumus/leetcode" alt="License"></a>
6+
</p>
7+
8+
<p align="center">
9+
Welcome to the LeetCode Solutions in Java repository! This collection houses my solutions to a variety of LeetCode problems, all implemented in Java. Whether you're preparing for coding interviews or simply looking to sharpen your algorithmic skills, this repository provides a comprehensive resource to help you tackle LeetCode challenges effectively.
10+
</p>
11+
12+
<p align="center">
13+
<img src="https://assets.leetcode.com/static_assets/public/webpack_bundles/images/logo-dark.e99485d9b.svg" alt="LeetCode Logo">
14+
</p>
15+
16+
[![GitHub stars](https://img.shields.io/github/stars/muhammetgumus/leetcode)](https://github.com/muhammetgumus/leetcode/stargazers)
17+
[![License](https://img.shields.io/github/license/muhammetgumus/leetcode)](https://github.com/muhammetgumus/leetcode/blob/main/LICENSE)
18+
19+
Welcome to the LeetCode Solutions in Java repository! This collection houses my solutions to a variety of LeetCode problems, all implemented in Java. Whether you're preparing for coding interviews or simply looking to sharpen your algorithmic skills, this repository provides a comprehensive resource to help you tackle LeetCode challenges effectively.
20+
21+
## Contents
22+
23+
The repository is structured in the following directories:
24+
25+
- `Easy`: Contains solutions to easy-level LeetCode problems.
26+
- `Medium`: Contains solutions to medium-level LeetCode problems.
27+
- `Hard`: Contains solutions to hard-level LeetCode problems.
28+
29+
Each problem solution is accompanied by a detailed explanation of the approach, and the code is thoroughly documented to ensure clarity and understanding.
30+
31+
## How to Use
32+
33+
To make use of the solutions provided in this repository, follow these steps:
34+
35+
1. Clone the repository to your local machine using the following command:
36+
```bash
37+
git clone https://github.com/muhammetgumus/leetcode.git
38+
```
39+
40+
2. Navigate to the directory of the problem you want to explore. For example, if you're interested in a medium-level problem, run:<br>
41+
```bash
42+
cd medium
43+
```
44+
45+
3. Open the corresponding Java file containing the solution in your preferred Java IDE or text editor.
46+
47+
4. Read the problem description and the accompanying explanation to understand the approach taken.
48+
49+
5. Dive into the code, which is documented extensively to guide you through the implementation details.
50+
51+
6. Experiment with the solution, modify it, or adapt it to suit your needs.
52+
53+
7. Enjoy solving LeetCode problems with Java!
54+
55+
## Contribution Guidelines
56+
57+
I welcome contributions from the community to enhance the repository and provide additional solutions. If you're interested in contributing, please follow these steps:
58+
59+
1. Fork the repository and clone it to your local machine.
60+
61+
2. Create a new branch with a descriptive name for your feature or bug fix.
62+
63+
3. Implement your changes or add your solutions to the appropriate directory.
64+
65+
4. Ensure that your code is well-documented and follows the established coding style.
66+
67+
5. Commit your changes and push them to your forked repository.
68+
69+
6. Submit a pull request, explaining the purpose and details of your contribution.
70+
71+
7. I'll review your pull request and merge it once everything looks great!
72+
73+
## License
74+
75+
This repository is licensed under the [MIT License](https://github.com/muhammetgumus/leetcode/blob/main/LICENSE). Feel free to use the code provided here for personal or educational purposes.
76+
77+
## Show Your Support
78+
79+
If you find this repository helpful or appreciate the solutions provided, consider giving it a star! Your support is greatly appreciated and encourages me to continue maintaining and improving this resource.
80+
81+
Thank you for visiting, and happy coding!
382

4-
This repository is created for purpose of personal algorithm solving

0 commit comments

Comments
 (0)