Q. |
What is the time complexity to count the number of elements in the linked list? |
A. | O(1) |
B. | O(n) |
C. | O(logn) |
D. | O(n2) |
Answer» B. O(n) |
Login to Continue
It will take less than 2 minutes