Welcome to my LeetCode Solutions repository! 🌟 This collection serves as my personal archive of solutions to various problems tackled on LeetCode. Here, you'll find organized, clean, and well-documented solutions to algorithm and data structure problems that I've solved to sharpen my coding skills.
The problems are organized by categories, each with its own folder for ease of navigation. I aim to keep this structure consistent and up-to-date as I continue solving more questions.
.
├── Array/
├── String/
├── Linked_List/
├── Tree/
├── Graph/
├── Dynamic_Programming/
└── ...and more!
Each folder contains:
- Problem Statement (if applicable)
- Solution: Efficient and optimized code
Clone this repository to browse through the solutions or refer to specific implementations.
git clone https://github.com/yourusername/Leetcode-Solutions.git
cd Leetcode-Solutions
My solutions are mainly in C++
I’m always open to suggestions and improvements! Feel free to open a pull request if you'd like to contribute by adding new solutions or improving existing ones.
- Fork this repository.
- Clone your forked repository to your local machine.
- Create a branch for your update:
git checkout -b new-solution
. - Commit your changes.
- Push to your forked repo.
- Open a Pull Request with details of your solution!
This repository isn't just a collection of code; it's a journey to:
- Master problem-solving techniques 🤓
- Optimize coding skills and speed ⏩
- Prepare for technical interviews with a solid foundation 📈
This project is licensed under the MIT License. Feel free to use the code and adapt it to your own needs.
Happy Coding! 🌱