1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Searching, Sorting and Hashing Technique...
  4. What is the time complexity of binary se...
Q.

What is the time complexity of binary search with iteration?

A. O(nlogn)
B. O(logn)
C. O(n)
D. O(n2)
Answer» B. O(logn)
View all MCQs in:   Data Structures (DS)

Discussion