Vidyalelo
Data Structure · Q47

Sorting Algorithms

Programming · Data Structure · question 47

Q47

The given array is arr=7, 4, 5, 8, 1, 2. The number of iterations required to sort the array using comb sort and bubble sort respectively will be . . . . . . . .

A.
7 and 8
B.
5 and 6
C.
5 and 5
D.
4 and 5
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board