Question: void fun ( int n ) { if ( n 1 ) std: : cout n - 2 T ( n ) ; fun (

void fun (int n){
if (n1)
std: : cout n-2T(n);
fun (n-2);
fun (n2);
;
fun (n-1);
std: : cout ;
fun (n-2);
fun (n2);
;
else {
std: : cout ;
fun (n-1);
std: : cout ;
fun (n-2);
fun (n2);
}
write a recursive formula for the running time T(n) of method fun(n)
 void fun (int n){ if (n1) std: : cout n-2T(n); fun

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!