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.
- Host: GitHub
- URL: https://github.com/moeeinaali/leetcode-solutions
- Owner: MoeeinAali
- License: mit
- Created: 2024-06-14T12:28:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T09:28:16.000Z (5 months ago)
- Last Synced: 2025-01-16T10:11:29.245Z (5 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions

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++
## ContributingIf 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.