logo

Crowdly

Browser

Add to Chrome

What is the time complexity of the following? void f ( int n) {       ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What is the time complexity of the following?

void f(int n)

{

      if (n>0)

      {

            for(int i=1;i<n;i=i*2)

                  cout<<n;

            f(n-1);

      }

 

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on eclass.ppu.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome