McqMate
Q. |
What would be the asymptotic time complexity to find an element in the linked list? |
A. | O(1) |
B. | O(n) |
C. | O(n2) |
D. | O(n4) |
Answer» B. O(n) |
View all MCQs in
Data Structures (DS)No comments yet