Doubly | Linked List in Python | Question 6

Last Updated :
Discuss
Comments

Which method is used to delete the first node of a doubly linked list in Python?
 

delete_first()
 

delete()
 

pop()
 

remove_first()
 

Share your thoughts in the comments