Data Structures Prefinal 2
Maximum Marks : 20
- Write functions to insert a node:-
- At the beginning
- At the end
- After a given node
- In a sorted linked list.
- Delete last node.
- Delete first node.
3. Write a program to create a doubly linked list.
Comments
Post a Comment
Thank You for your valuable Feedback.
Have a Nice Day !!