Start Date - 05/06/2026
This repository contains my daily solutions to the NeetCode 150 problems, implemented in Python.
The goal is to strengthen my understanding of Data Structures and Algorithms while preparing for technical interviews.
- Solving NeetCode 150 problems consistently
- Writing clean and optimized Python solutions
- Focusing on problem-solving patterns and concepts
- Building strong foundations for coding interviews
- Language: Python 3
- Platform: LeetCode (NeetCode 150 list)
| Category | Status |
|---|---|
| Arrays & Hashing | β³ In Progress |
| Two Pointers | β³ In Progress |
| Sliding Window | β³ In Progress |
| Stack | β³ In Progress |
| Binary Search | β³ In Progress |
| Linked List | β³ In Progress |
| Trees | β³ In Progress |
| Tries | β³ In Progress |
| Heap / Priority Queue | β³ In Progress |
| Backtracking | β³ In Progress |
| Graphs | β³ In Progress |
| Dynamic Programming | β³ In Progress |