Page 1 of 1

No code - Solve the recurrence relation and determine the complexity G(1) = 1; G(n) = 3 + G(n /3)

Posted: Thu May 05, 2022 1:37 pm
by answerhappygod
No code -
Solve the recurrence relation and determine the complexity
G(1) = 1;
G(n) = 3 + G(n /3)