0 votes
in Data Structures & Algorithms by
In general, the binary search method needs no more than ……………. comparisons.

a) [log2n]-1

b) [logn]+1

c) [log2n]

d) [log2n]+1

1 Answer

0 votes
by

d) [log2n]+1

...