|
1 | 1 | # LeetCode Grind 🧠🐍 |
2 | 2 |
|
3 | | -A personal collection of LeetCode problems solved in Python as part of daily DSA practice. |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | | -Focused on: |
6 | | -- Clean solutions |
7 | | -- Strong fundamentals |
8 | | -- Consistent problem solving |
| 7 | +A personal collection of LeetCode problems solved in **Python** and **SQL** as part of my daily **DSA and problem-solving practice**. |
9 | 8 |
|
| 9 | +This repository reflects consistent hands-on learning with a focus on: |
| 10 | +- Strong data structures & algorithms fundamentals |
| 11 | +- Clean, readable, and efficient solutions |
| 12 | +- Logical thinking and query building for database problems |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +## 📌 What you’ll find here |
| 17 | + |
| 18 | +- 📂 Individual folders for each LeetCode problem |
| 19 | +- 🐍 Python solutions for algorithmic challenges |
| 20 | +- 🗄️ SQL solutions for database-related problems |
| 21 | +- 📝 Problem descriptions included alongside solutions |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## 🎯 Focus Areas |
| 26 | + |
| 27 | +- Arrays, Strings, Linked Lists |
| 28 | +- Stacks, Queues, Trees, Graphs |
| 29 | +- Recursion & Dynamic Programming |
| 30 | +- Time & Space Complexity optimization |
| 31 | +- SQL joins, aggregations, subqueries, and window functions |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +## 🚀 Why this repo? |
| 36 | + |
| 37 | +This repository helps me: |
| 38 | +- Stay consistent with DSA practice |
| 39 | +- Track learning progress over time |
| 40 | +- Strengthen problem-solving skills for interviews |
| 41 | +- Build a solid foundation for backend and software engineering roles |
| 42 | + |
| 43 | +--- |
| 44 | + |
| 45 | +> One problem at a time. Consistency over intensity. 💡 |
0 commit comments