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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board