a)Unit 1Explain the insertion operation in linked list. How nodes are inserted after a specified node?
Explain the insertion operation in linked list. How nodes are inserted after a specified node?
b)Unit 1What are the drawbacks of single linked list? Write and explain the algorithm for search and modify operations in doubly linked list with example.
What are the drawbacks of single linked list? Write and explain the algorithm for search and modify operations in doubly linked list with example.