This repository tracks my progress in learning Data Structures and Algorithms.
I'm using a mix of:
- Udemy DSA course: Master the Coding Interview: Data Structures + Algorithms by Andrei Neagoie
- roadmap.sh: Data Structure and Algorithm
- LeetCode problems
- NeetCode roadmap
To build a strong foundation in DSA by solving problems daily and tracking patterns and learning.
- Arrays & Hashing
- Two Pointers
- Sliding Window
- Stack / Queue
- Binary Search