1.

The worst case time required to search a given element in a sorted linked list of length n is

A. O(1)
B. O(n)
C. O(log2 n)
D. O(n log2 n)
Answer» C. O(log2 n)


Discussion

No Comment Found