Vidyalelo
Data Structure · Q292

Sorting Algorithms

Programming · Data Structure · question 292

Q292

Which of the following is not true about library sort?

A.
it uses binary search and insertion sort in its implementation
B.
gaps are created between successive elements in order to ensure faster insertion
C.
array needs to be re balanced after every insertion
D.
it is an in place sorting algorithm
Answer

Answer: Option D

Solution

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