logo

Crowdly

12 Алгоритми і структури даних

Looking for 12 Алгоритми і структури даних test answers and solutions? Browse our comprehensive collection of verified answers for 12 Алгоритми і структури даних at du.luguniv.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

В якому алгоритмі сортування порівнюються елементи, розташовані поруч у

масиві?

View this question

В якому алгоритмі сортування треба постійно знаходити мінімальний (або

максимальний) елемент масиву?

View this question

Яка обчислювальна

складність наступного фрагменту програми?

for (int i = 1;

i < 100; i++) {

  for (int j = 1; j < n; j++) {

    mas[i][j] = mas[i][j] + 1;

  }

}

0%
0%
0%
View this question

Яка обчислювальна

складність наступного фрагменту програми?

for (int i = 1;

i < 100; i++) {

  for (int j = 1; j < 100; j++) {

    mas[i][j] = mas[i][j] + 1;

  }

}

0%
0%
0%
View this question

Яка обчислювальна

складність наступного фрагменту програми?

for (int i = 1;

i < n; i++) {

  for (int j = 1; j < n; j++) {

    mas[i][j] = mas[i][j] + 1;

  }

}

View this question

Який алгоритм має найвищу

обчислювальну складність?

View this question

Яка обчислювальна

складність наступного фрагменту програми?

for (int i = 1;

i < n; i++) {

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

    mas[i][j] = mas[i][j] + 1;

  }

}

View this question

Want instant access to all verified answers on du.luguniv.edu.ua?

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