Computer Science, asked by TheBrain, 1 year ago

In Binary Search , which will be the scenario for Average Case performance ?


A. The 'Mid key’ is present, but it’s not the middle element O(logn).
B. The ‘input key’ is present, but it’s not the middle element O(logn).
C. The ‘Last key’ is present, but it’s not the middle element O(logn).
D. The ‘First key’ is present, but it’s not the middle element O(logn).

Answers

Answered by XxMissAmishaxX
16

Answer :

Option (B)

The 'input key' is present , but it's not the middle element O(logn)

Hope this answer is helpful to you.

PLEASE MARK AS BRILLIANT.....

Answered by SoumyajitPatra24
2

In Binary Search , which will be the scenario for Average Case performance ?

B. The ‘input key’ is present, but it’s not the middle element O(logn).

Similar questions