Vidyalelo
Data Structure · Q403

Sorting Algorithms

Programming · Data Structure · question 403

Q403

The given array is arr = 1, 2, 4, 3. Bubble sort is used to sort the array elements. How many iterations will be done to sort the array with improvised version?

A.
4
B.
2
Answer
C.
1
D.
0

Answer: Option B

Solution

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