McqMate
Q. |
What is the time complexity of inserting at the end in dynamic arrays? |
A. | O(1) |
B. | O(n) |
C. | O(logn) |
D. | Either O(1) or O(n) |
Answer» D. Either O(1) or O(n) |
View all MCQs in
Data Structures (DS)No comments yet