Time Complexity

Sir what is the time complexity of this binary_search, upper_bound, lower_bound function ?

Hey @yashme7125
Complexity of this function will depend on containet
If its array/vector then is Ologn
if its linked list then ist O(n)