To learn data stcutures practical implementation : https://youtube.com/playlist?list=PLzgPDYo_3xukPJdH6hVQ6Iic7KiJuoA-l&si=poegW_y2M8-xP7Ro
- What is data structure
- data type and data structure
- classification
- overview of data structures
- Basics of Memory Allocation and Memory Leak
- Memory management
- stack memory
- Heap Memory
- Memory Leak
- Time complexity
- Space complexity
- Complexity Analysis of Common Operations
- Recursion
- Quadratic time example
- time complexity of recursion
- Static and Dynamic arrays
- sliding window
- two pointer technique
- space complexity