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

keshavagg1122 25 views 1 slides Mar 22, 2023
Slide 1
Slide 1 of 1
Slide 1
1

About This Presentation

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....


Slide Content

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
Tags