Examveda

How many swaps will be required in the worst case to sort an array having n elements using binary insertion sort?

A. n

B. 1

C. n * log n

D. log n

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms