McqMate
Q. |
What would be the asymptotic time complexity to insert an element at the second position in the linked list? |
A. | o(1) |
B. | o(n) |
C. | o(n2) |
D. | none |
Answer» A. o(1) |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet