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. | none |
| Answer» B. o(n) | |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet