Page 1 of 1

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

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