Data Structures Prefinal 2

Maximum Marks : 20


  1. Write functions to insert a node:-
  • At the beginning
  • At the end
  • After a given node
  • In a sorted linked list.
2. Write functions to perform delete operations in circular linked List :

  • Delete last node.
  • Delete first node.
3. Write a program to create a doubly linked list.

Comments

Popular posts from this blog

College Hacks