GATE 2025 CS/IT Question 20
GATE2025_CS1_Q20

Consider the following recurrence relation:

T(n) = 2T(n - 1) + n2n for n > 0, T(0) = 1.

Which ONE of the following options is CORRECT?

Comments

Popular posts from this blog