Multiple Choice
The advantage a linked list has over a vector is:
A) A linked list can dynamically shrink or grow, and a vector cannot
B) A linked list is smaller than a vector
C) A node can be inserted into or removed from a linked list faster than from a vector
D) Data removal and insertion are more accurate with a linked list than with a vector
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q4: When you create a linked list you
Q7: Deleting an entire list simply requires the
Q9: The list container provided by the Standard
Q10: If new data needs to be added
Q17: To append a node to a list
Q32: An insertion or deletion routine requires that
Q34: The _ of a linked list points
Q35: ADT stands for<br>A) Algorithm Dependent Template<br>B) Algorithm
Q38: How many steps are involved in the
Q40: A _ is used to travel through