🚀 LeetCode Problem Solutions
This repository contains my solutions to various LeetCode problems, implemented in Python
I’m using this repo to practice problem-solving, improve coding skills, and track progress.
Notes Some solutions may have multiple approaches (brute force, optimized). I’ve included explanations as comments in the code for better understanding.
Practicing daily to get better at coding 💻✨
🛠️ Tech Stack
-
Language: Python 🐍
-
Platform: LeetCode
-
Version Control: GitHub
-
📌 Goals
-
✅ Solve problems daily to build consistency
-
✅ Cover data structures (arrays, strings, linked lists, trees, graphs)
-
✅ Practice algorithms (sorting, searching, dynamic programming, recursion, greedy)
-
✅ Prepare for technical interviews