logo

Crowdly

Browser

Add to Chrome

1.        What is the time, space complexity of following code: int a = 0, b ...

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

1.       What is the time, space complexity of following code:

int a = 0, b = 0;

for (i = 0; i < N; i++)

{

a = a + rand();

}

for (j = 0; j < M; j++)

{

b = b + rand();

}

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

Want instant access to all verified answers on moovit.vit.ac.in?

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

Browser

Add to Chrome