python quiz 10




Q:1. In a binary search algorithm, Which is the worst case scenario:-

1.
2.
3.
4.
ANSWER :- (2) o(logn) is worst case scenario in python


Comments