1. Code a menu driven program in python to implement doubly linked list. The program should
perform following operations i. Doubly Linked List creation ii. Add Node at the beginning iii.
Add Node at the end iv. Add Node at the specified location V. Delete the first node vi. Delete the
last node vii. Delete the node at specified location viii. Print the doubly linked list ix. Search for
particular node

1. Code a menu driven program in python to implement doubly linked li.pdf

  • 1.
    1. Code amenu driven program in python to implement doubly linked list. The program should perform following operations i. Doubly Linked List creation ii. Add Node at the beginning iii. Add Node at the end iv. Add Node at the specified location V. Delete the first node vi. Delete the last node vii. Delete the node at specified location viii. Print the doubly linked list ix. Search for particular node