Analysis of Algorithm
Overview: A very easy unit comprising basic theory. You just have to understand different asymptotic notations and common DSA paradigms (memorize examples for them).
RAM Model: Theory-based. Just study it from ChatGPT (its significance and whether it is practically implementable).
Asymptotic Notation: Definition and questions like finding time complexity for given functions. Recurrence relations are very important. Refer to 5 Minutes Engineering or Gate Smashers.
Algorithmic Paradigms: Basic definitions along with a loop/code example.
End Advice: This is a very easy and high-scoring unit. Just make sure you can find time complexity and practice questions on the Master's Method.