Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thephoenix77/leetcode
This repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, and the solutions are implemented in C++.
https://github.com/thephoenix77/leetcode
cpp leatcode-medium leetcode leetcode-cpp leetcode-easy leetcode-hard leetcode-solutions
Last synced: about 2 months ago
JSON representation
This repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, and the solutions are implemented in C++.
- Host: GitHub
- URL: https://github.com/thephoenix77/leetcode
- Owner: ThePhoenix77
- License: mit
- Created: 2023-12-06T14:55:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:01:03.000Z (2 months ago)
- Last Synced: 2024-11-07T12:17:52.414Z (2 months ago)
- Topics: cpp, leatcode-medium, leetcode, leetcode-cpp, leetcode-easy, leetcode-hard, leetcode-solutions
- Language: C++
- Homepage:
- Size: 196 KB
- Stars: 11
- 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 various LeetCode problems. Each problem is organized into its own directory, and the solutions are implemented in C++.
## Table of Contents
- [Introduction](#introduction)
- [Organization](#organization)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
LeetCode is a platform for practicing coding problems, preparing for technical interviews, and enhancing algorithmic skills. This repository serves as a record of my solutions to LeetCode problems, implemented in C++.
## Organization
The repository is organized as follows:
- Each LeetCode problem has its own directory.
- Inside each directory, you can find the problem statement, solution file, and any additional resources.
- The solutions are implemented in C++, and the file naming convention is `[problem-number-in-leetcode].[problem-name]`.## Usage
Feel free to explore the solutions and use them as a reference for your own learning. If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.
## Contributing
If you would like to contribute to this repository by adding new solutions or improving existing ones, please follow these steps:
1. Fork the repository.
2. Create a new branch for your changes: `git checkout -b feature/new-solutions`.
3. Make your changes and commit them: `git commit -m 'Add new solutions'`.
4. Push to the branch: `git push origin feature/new-solutions`.
5. Open a pull request.## License
This repository is licensed under the license. See the [LICENSE](LICENSE) file for details.
Happy Coding!