logo

Crowdly

Browser

Add to Chrome

Оцените временную сложность привденного фрагмента кода: CPP: int i, j, k =...

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

Оцените временную сложность привденного фрагмента кода:

CPP:

int i, j, k = 0;

for (i = n / 2; i <= n; i++) {

for (j = 2; j <= n; j = j * 2) {

k = k + n / 2;

}

}

More questions like this

Want instant access to all verified answers on moodle.siriusuniversity.ru?

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

Browser

Add to Chrome