1 Qs · 2012 · 1 marks · 0 marks/paperStandard yield
GATE tests recursion under Algorithms by evaluating the ability to formulate exact recurrence relations for classic recursive paradigms and puzzles, such as the Towers of Hanoi. Qu… Guide
Topic guide
GATE tests recursion under Algorithms by evaluating the ability to formulate exact recurrence relations for classic recursive paradigms and puzzles, such as the Towers of Hanoi. Questions assess whether candidates understand the subproblem structure (number of recursive calls and subproblem size) and the non-recursive work performed at each step.
Recurrence Formulation of Classical Recursive Problems
rare · MCQ · 1 marks · 2012
Identifying the exact recurrence relation that models the optimal time complexity or step count of a canonical recursive problem with elements.
Towers of Hanoi Recurrence
Used to compute the optimal number of moves or execution time to transfer discs across 3 pegs in the Towers of Hanoi problem.
Direct identification of standard recurrence relations for foundational recursive algorithmic problems appeared as a 1-mark conceptual MCQ.
2012
Easy questions ask for standard, well-known recurrence relations directly from standard algorithmic problems (e.g., classic 3-peg Towers of Hanoi). Higher difficulty questions typically introduce modifications (e.g., restricted peg movements, 4 pegs, or asking for the exact closed-form count / state after steps via NAT).