Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) n
b) 1
c) n * log n
d) log n