logo

Crowdly

Browser

Add to Chrome

Алгоритм якого методу наведений нижче?           for (i = 1; i<=n-1; i++) { ...

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

Алгоритм якого методу наведений нижче?

          for (i = 1; i<=n-1; i++)

{

buf = a[i];

j = 0;

while (buf > a[j])

j ++ ;

for (k=i-1;k>=j;k--)

a[k+1] = a[k ];

a[j] = buf;

}

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

Want instant access to all verified answers on moodle.ontu.edu.ua?

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

Browser

Add to Chrome