Programs
on Doubly Linked List
Insertion
node at front Doubly linked list
Insertion
new node at the end of the Linked List
Insertion
element at middle of the linked list
Deletion
of the first node
Deletion
of the last node
Deleting
the linked list (all the nodes)
Concatenating
two DLL
Reversing
Doubly Linked list
Sorting
of DLL
Merging
two sorted DLL
Separating
two Linked lists
Splitting
two linked list at the middle
Removing
duplicating elements from DLL
Copying
from one linked list to another linked list
Types of Linked list
Node class structures
No comments:
Post a Comment