The time complexity of Binary Search is .

Binary Search can be used to find the closest value to a target value in a array.

Binary Search is used in many applications like and spell checkers.

Binary Search can be implemented both iteratively and .

In Binary Search, search interval is repeatedly in half.

Binary Search only works on data.

The number of iterations in Binary Search is at most