Algorithms · Asymptotic Analysis
Official IIT answer key · IIT Delhi · Audited Aug 2026
GATE CSE 2020 Q6 · MCQ · 1 mark
Key concept
No account needed
Sit 5 related Asymptotic AnalysisPYQs as a guest. We'll score the set and show which traps cost marks — sign in only if you want to save the run.
Topic notes
Across GATE CS exam papers, asymptotic complexity is evaluated through rigorous mathematical analysis and algorithmic code inspection. Questions consistently focus on solving recurrence relations (using the Master Theorem, Akra-Bazzi, recursion trees, and variable substitution), ranking growth rates of non-trivial functions (including log-log, oscillating, and super-polynomial forms), and calculating the exact operation counts of nested loops and multi-step data structure operations. The evaluation spans both conceptual formal definitions (O, , , o, ) and practical application to standard algorithmic procedures.
Full Asymptotic Analysis guide →What is the worst case time complexity of inserting n2 elements into an AVL-tree with n elements initially?
Topic-wise GATE CS PYQs with verified steps
Independent practice explanation verified by the GateAI team. GATE is conducted by the IITs; question text follows the official paper.
