Skip to content

This repository consist all the codes which i practice and Solve throughout my problem solving DSA

Notifications You must be signed in to change notification settings

devhimanshuu/LeetCode_Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 LeetCode Solutions

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.

📂 Repository Structure

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

🚀 Getting Started

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

🛠 Languages

My solutions are mainly in C++

🔍 How to Contribute

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.

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Create a branch for your update: git checkout -b new-solution.
  4. Commit your changes.
  5. Push to your forked repo.
  6. Open a Pull Request with details of your solution!

🎯 Goals

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 📈

📝 License

This project is licensed under the MIT License. Feel free to use the code and adapt it to your own needs.


Happy Coding! 🌱

About

This repository consist all the codes which i practice and Solve throughout my problem solving DSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages