Loading repository data…
Loading repository data…
ThePhoenix77 / repository
This repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, where the majority of solutions is implemented in C++, while you can also find some Java & Python approaches.
This repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, and most of the solutions are implemented in C++.
Check out my LeetCode profile: ThePhoenix77
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++.
The repository is organized as follows:
[problem-number-in-leetcode].[problem-name].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.
If you would like to contribute to this repository by adding new solutions or improving existing ones, please follow these steps:
git checkout -b feature/new-solutions.git commit -m 'Add new solutions'.git push origin feature/new-solutions.This repository is licensed under the license. See the LICENSE file for details.
Happy Coding!