Skip to content

This repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, and the solutions are implemented in C++.

License

Notifications You must be signed in to change notification settings

ThePhoenix77/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 file for details.

Happy Coding!

About

This repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, and the solutions are implemented in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published