Which of the following operations can be performed efficiently on a doubly linked list?
Insertion at the beginning
Insertion at the end
Deletion at the beginning
All of the above
This question is part of this quiz :
Doubly Linked List in Python