Vidyalelo
Data Structure · Q355

Sorting Algorithms

Programming · Data Structure · question 355

Q355

What are the number of swaps required to sort the array arr=1, 2, 4, 3, 7, 5, 6 using recursive bubble sort?

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

Answer: Option D

Solution

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