Learn Various Operation on doubly Linked list

Introduction to Linked list in Data structure

Learn About the Linked List first then proceed to next section to learn more

Read More →

Create a Doubly linked list

C program to implement the doubly linked list

Read More →

Traverse the Doubly Linked list

C program to display the doubly linked list from both the sided

Read More →

Insertion at beginning in doubly linked list

C program to insert the new element in doubly linked list at beginning

Read More →

Insertion at end in Doubly linked list

C program to insert the data in doubly linked list at end

Read More →

Insertion at given position in doubly linked list

C program to insert the new item in doubly linked list at any given position

Read More →

Deletion at beginning in Doubly Linked list

C program to delete the item in doubly linked list at beginning

Read More →

Deletion at end in Doubly Linked list

C program to delete the item in doubly linked list at end

Read More →

Deletion at any position in doubly linked list

C program to delete the item in doubly linked list at any given position

Read More →

Traverse Doubly linked list in reverse order

C program to traverse the linked list in reverse order

Read More →

Traverse Doubly linked list by recursion

C program to traverse the doubly linked list by the recursion

Read More →

Find maximum in doubly linked list

C program to find the node of doubly linked list that contain maximum value

Read More →

Find minimum in doubly linked list

C program to find the minimum node of the doubly linked list

Read More →

Stack implementation by linked list

C program to implement the stack by the linked list

Read More →

Queue implementation by Doubly linked list

C program to implement the Queue by the linked list

Read More →

Find average of doubly linked list

C program to find the average of all number of each node in doubly linked list

Read More →

Find second last element of doubly linked list

C program to find the second last element of the doubly linked list in O(1)

Read More →

Find length of the doubly linked list

C program to calculate the length of the doubly linked list

Read More →

Insertion in sorted Doubly linked list

C program to insert the new element in Doubly linked list

Read More →

Add two Doubly linked list

C program to add the number of two doubly linked list

Read More →

Concate two doubly linked list

C program to concat two doubly linked list

Read More →
Doubly Linked List in data structure,Introduction to Linked list in Data structure,Create a Doubly linked list,Traverse the Doubly Linked list,Insertion at beginning in doubly linked list,Insertion at end in Doubly linked list,Insertion at given position in doubly linked list,Deletion at beginning in Doubly Linked list,Deletion at end in Doubly Linked list,Deletion at any position in doubly linked list,Traverse Doubly linked list in reverse order,Traverse Doubly linked list by recursion,Find maximum in doubly linked list,Find minimum in doubly linked list,Stack implementation by linked list,Queue implementation by Doubly linked list,Find average of doubly linked list,Find second last element of doubly linked list,Find length of the doubly linked list,Insertion in sorted Doubly linked list,Add two Doubly linked list,Concate two doubly linked list