Skip to content

Commit 42596de

Browse files
authored
Enhance README with SQL and focus areas
Updated README to include SQL solutions and additional focus areas.
1 parent 0a52638 commit 42596de

1 file changed

Lines changed: 41 additions & 5 deletions

File tree

README.md

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,45 @@
11
# LeetCode Grind 🧠🐍
22

3-
A personal collection of LeetCode problems solved in Python as part of daily DSA practice.
3+
![Python](https://img.shields.io/badge/Python-3.x-blue)
4+
![DSA](https://img.shields.io/badge/DSA-Practice-success)
5+
![LeetCode](https://img.shields.io/badge/LeetCode-Grind-orange)
46

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**.
98

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

Comments
 (0)