Vidyalelo
Data Structure · Q465

Miscellaneous on Data Structures

Programming · Data Structure · question 465

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
Answer
D.
3

Answer: Option C

Solution

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