In this video , I was showing how we can search any element from array using Binary Search if element will not be in array then it will return - 1. the time complexity of this algorithm is O (n ).
I hope it will be helpful for you.
#Algorithm #ComputerScience #Python #Coding