Algorithms | Sorting | Question 12

Last Updated :
Discuss
Comments

What is the worst case time complexity of insertion sort where position of the data to be inserted is calculated using binary search?

N

N*log(N)

N2

N*log(N)2

Share your thoughts in the comments