Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!