

MCQOPTIONS
Saved Bookmarks
1. |
Pointer is pointing to the first element of the Node then time require to Insert Element to second position is __________. |
A. | O(n) |
B. | O(1) |
C. | O(n^2) |
D. | O(n-1) |
Answer» C. O(n^2) | |