Page 1 of 1

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

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