Vidyalelo
Data Structure · Q336

Sorting Algorithms

Programming · Data Structure · question 336

Q336

Which of the following is an advantage of recursive bubble 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