Question
A programmer needs efficient insertion or deletion when a node reference is available, and the chosen structure has the property that each node stores two links. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Doubly Linked List
Explanation:
Doubly Linked List fits because it supports efficient insertion or deletion when a node reference is available and each node stores two links.
Both clues point to this choice.
Leave a Reply