Vidyalelo
Data Structure · Q485

Sorting Algorithms

Programming · Data Structure · question 485

Q485

The given array is arr = 1, 2, 3, 4, 5. (bubble sort is implemented with a flag variable)The number of iterations in selection sort and bubble sort respectively are . . . . . . . .

A.
5 and 4
B.
1 and 4
C.
0 and 4
D.
4 and 1
Answer

Answer: Option D

Solution

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