An open API service indexing awesome lists of open source software.

https://github.com/moeeinaali/leetcode-solutions

Solutions for LeetCode Questions.
https://github.com/moeeinaali/leetcode-solutions

Last synced: 3 months ago
JSON representation

Solutions for LeetCode Questions.

Awesome Lists containing this project

README

        

# LeetCode Solutions

![LeetCode](https://leetcode.com/static/images/LeetCode_Sharing.png)

This repository contains my solutions to problems from LeetCode. All solutions are written in various programming languages and come with detailed explanations.

## Table of Contents

- [About](#about)
- [How to Use](#how-to-use)
- [Languages](#languages)
- [Contributing](#contributing)
- [License](#license)

## About

This repository is dedicated to collecting and sharing solutions to LeetCode problems. Each solution includes thorough explanations of the algorithms and methods used.

## How to Use

1. Clone this repository:

```sh
git clone https://github.com/username/leetcode-solutions.git
```

2. Navigate to the repository directory:

```sh
cd leetcode-solutions
```

3. Browse to the directory of the specific problem you are interested in and review the code.

## Languages

Solutions are provided in various programming languages including, but not limited to:

- Python
- Java
- C++

## Contributing

If you would like to contribute, please follow these steps:

1. Fork this repository.
2. Create a new branch for your changes:

```sh
git checkout -b feature/new-solution
```

3. Make your changes and commit them:

```sh
git commit -m 'Add new solution for problem X'
```

4. Push your branch to your forked repository:

```sh
git push origin feature/new-solution
```

5. Open a Pull Request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.