Vidyalelo
Data Structure · Q464

Sorting Algorithms

Programming · Data Structure · question 464

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
Answer

Answer: Option D

Solution

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