Skip to content

vidhirohira/Leetcode-solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

257 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions 📊

LeetCode Python

Welcome to my LeetCode solutions repository! Here, you'll find a comprehensive collection of my problem-solving journey across various topics and difficulty levels. Each solution is automatically pushed after completion, showcasing my progress and improving skills.


🌟 Repository Highlights

  • Diverse Topics:
    Solutions covering various areas:

    • 🥇 Arrays
    • 🧩 Strings
    • 🌳 Trees
    • 🌐 Graphs
    • ⚙️ Dynamic Programming
    • 🧮 Mathematics
    • 🛠️ Bit Manipulation
  • Difficulty Levels:
    Problems categorized into:

    • 🟢 Easy
    • 🟡 Medium
    • 🔴 Hard
  • Learning Journey:
    A personal reflection on my approach, including:

    • 🧠 Thought processes
    • 🔍 Algorithms used
    • ⚠️ Common pitfalls
    • 📚 Key takeaways for future reference

📁 Folder Structure

/LeetCode-Solutions
  ├── Easy
  │   ├── Problem1.py
  │   ├── Problem2.py
  │   └── ...
  ├── Medium
  │   ├── Problem1.py
  │   ├── Problem2.py
  │   └── ...
  ├── Hard
  │   ├── Problem1.py
  │   ├── Problem2.py
  │   └── ...
  └── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 73.5%
  • C++ 26.5%