Q465
What is the number of swaps required to sort the array arr=5, 3, 2, 4, 1 using recursive selection sort?
A.
0
B.
1
C.
2
AnswerD.
3
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board