Vidyalelo
Data Structure · Q126

Sorting Algorithms

Programming · Data Structure · question 126

Q126

Choose the correct statement regarding binary insertion sort?

A.
It has a better time complexity as compared to the standard version
B.
It has a better space complexity as compared to the standard version
C.
it takes less number of comparisons in the best case as compared to the standard version
D.
it takes less number of comparisons in the worst case as compared to the standard version
Answer

Answer: Option D

Solution

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