Multiple Choice
In an insertion or deletion routine:
How many pointers are you required to create for use during the traversal process?
A) two: one for the node under inspection and one for the previous node
B) two: one for the node under inspection and one for the next node
C) one: for the node being inserted or deleted
D) three: one for the node under inspection, one for the next node, and one for the following node
Correct Answer:

Verified
Correct Answer:
Verified
Q26: A linked list can grow and shrink
Q27: The process of moving through a linked
Q28: Select all that apply. While traversing a
Q29: Select all that apply. Which of the
Q30: To build a list initally, you can
Q32: If the head pointer points to nullptr,
Q33: A doubly linked list keeps track of
Q34: The _ of a linked list points
Q35: ADT stands for<br>A) Algorithm Dependent Template<br>B) Algorithm
Q36: A linked list is called "linked" because