Which of the following is an advantage of recursive bubble sort over its iterative version?
Posted: Wed Jul 13, 2022 6:15 pm
a) it has better time complexity
b) it has better space complexity
c) it is easy to implement
d) it has no significant advantage
b) it has better space complexity
c) it is easy to implement
d) it has no significant advantage