Login
Remember
Register
Ask a Question
In general, the binary search method needs no more than ……………. comparisons.
0
votes
asked
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
In general, the binary search method needs no more than ……………. comparisons.
a) [log2n]-1
b) [logn]+1
c) [log2n]
d) [log2n]+1
binay-search
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 8, 2022
by
sharadyadav1986
d) [log2n]+1
...