Examveda

How many comparisons will be made in the worst case when an array of size n will be sorted by using a binary insertion sort algorithm?

A. n

B. 1

C. log n

D. n log n

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms