Vidyalelo
Data Structure · Q206

Sorting Algorithms

Programming · Data Structure · question 206

Q206

Which of the following stable sorting algorithm takes the least time when applied to an almost sorted array?

A.
Quick sort
B.
Insertion sort
C.
Selection sort
D.
Merge sort
Answer

Answer: Option D

Solution

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