Vidyalelo
Data Structure · Q498

Sorting Algorithms

Programming · Data Structure · question 498

Q498

Which of the following sorting algorithm does not use recursion?

A.
bottom up merge sort
Answer
B.
merge sort
C.
heap sort
D.
quick sort

Answer: Option A

Solution

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