The time complexity of binary search is :

The time complexity of binary search is : Correct Answer logarithmic

In computer science, binary search, also known as half - interval search,logarithmic search,or binary chop, is a search algorithm that finds the position of a target value within a sorted array. Binary search compares the target value to the middle element of the array.
Bissoy MCQ

Related Questions

The complexity of Binary search algorithm is ---
The complexity of Binary search algorithm is ___
A binary adder is a logic circuit that can add _____ binary numbers at a time.
The complex of Binary search alogrithm is___
Which of the following is false about a binary search tree?
what is the time complexity of Huffman Coding?