Vidyalelo
Data Structure · Q404

Sorting Algorithms

Programming · Data Structure · question 404

Q404

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?

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

Answer: Option A

Solution

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