Vidyalelo
Data Structure · Q154

Sorting Algorithms

Programming · Data Structure · question 154

Q154

Which of the following is an advantage of binary insertion sort over its standard version?

A.
it has better time complexity
B.
it has better space complexity
C.
it makes less number of comparisons
Answer
D.
it has no significant advantage

Answer: Option C

Solution

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