Q464
Which of the following is an advantage of recursive insertion sort over its iterative version?
A.
it has better time complexity
B.
it has better space complexity
C.
it is easy to implement
D.
it has no significant advantage
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board