Solved

One Advantage a Linked List Has Over a Vector Is

Question 9

Multiple Choice

One advantage a linked list has over a vector is that


A) a linked list can dynamically shrink or grow, and a vector cannot.
B) a linked list is smaller than a vector.
C) insertion and removal of items is faster with lists than with vectors.
D) All of the above
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions