Welcome to my LeetCode Practice Repository!
This repository is automatically synced with my LeetCode account – every time I solve a problem, the solution is pushed here.
It serves as a living record of my problem-solving journey, showcasing my growth in Data Structures & Algorithms (DSA).
- To demonstrate my consistency in solving coding problems.
- To showcase optimized solutions in multiple languages (mostly C++/JavaScript/Python).
- To track progress publicly so recruiters and peers can see my journey.
Through these problems, I consistently practice and improve:
- Data Structures – Arrays, Linked Lists, Trees, Graphs, Stacks, Queues, Heaps, HashMaps, etc.
- Algorithms – Sorting, Binary Search, Recursion, Dynamic Programming, Greedy, Backtracking, Graph Traversals.
- Complexity Optimization – Writing clean and efficient code with focus on
O(log n)/O(n)solutions.
(Auto-updated card showing problems solved & activity)
Each problem is stored as:LC Problem Number-"Problem Name"