1.

The time complexity of searching an element in linked list of length n will be:

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


Discussion

No Comment Found