Advanced algorithms, code optimisation & system design — structured by Pavan Prakash for engineers who refuse to settle.
Four principles that separate engineers who crack FAANG from those who just watch videos.
Master-class sessions with recordings, notes, and hands-on practice problems.
| Session | Topic | Resources | Importance |
|---|---|---|---|
| MC-1 |
Two Pointer Template
Master-class foundations
|
Critical | |
| MC-2 |
Two Pointer + Binary Search
Combined template deep dive
|
Critical | |
| MC-3 |
Two Pointer + 2Sum II
Sorted array variant
|
Medium | |
| MC-4 |
Sliding Window of size K
Two pointer + fixed window
|
Medium | MC-5 |
Search Insert Position
Binary Search
|
Critical |
| MC-6 |
Merge Sorted Array
Two Pointers
|
Critical | |
| MC-7 |
Maximum Average Subarray I
Sliding Window[leetcode 75]
|
Medium |
Master-class sessions with recordings, notes, and hands-on practice problems.
| Session | Topic | Resources | Importance |
|---|---|---|---|
| MC-1 |
Factors
Master-class foundations
|
Critical | |
| MC-2 |
Succesive Calculations
Master-class foundations
|
Critical | |