Question
What is a common use of Doubly Linked List?
Select an option. Your answer will be checked instantly.
Correct Answer: B. efficient insertion or deletion when a node reference is available
Explanation:
Doubly Linked List is commonly used for efficient insertion or deletion when a node reference is available.
Its design supports this task efficiently or naturally.
Leave a Reply