1.

Consider the binary search tree with n elements. The time required to search given element is: _______

A. θ (log n)
B. θ (n log n)
C. θ (n2)
D. θ (n2 log n)
Answer» B. θ (n log n)


Discussion

No Comment Found