1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. The time required in best case for searc...
Q.

The time required in best case for search operation in binary tree is ____________.

A. O(n).
B. O(2n).
C. O(log n).
D. O( log 2n).
Answer» C. O(log n).
View all MCQs in:   Data Structures (DS)

Discussion