Singly Linked list is the linear data structure

Insertion at beginning in Singly Linked list

C program to insert the new element in singly linked list at starting of list

Read More →

Insertion at end in singly linked list

C program to insert the new element in singly linked list at end

Read More →

Insertion at any position in Linked list

C program to insert the new element at given position in singly linked list

Read More →

Deletion at beginning in Singly Linked list

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

Read More →

Deletion at end in Singly Linked list

C program to delete the last element of the singly linked list

Read More →

Deletion at given position in Singly Linked list

C program to delete the item of singly linked list at given position

Read More →

Traverse singly linked list in reverse direction

C program to display the singly linked list from ending to starting or reverse order

Read More →

Traverse Singly linked list by Recursion

C program to traverse the singly linked list in reverse order by recursion method

Read More →

Find maximum in Linked list

C program to find the maximum element in singly linked list

Read More →

Find minimum element in linked list

C program to find the minimum element in singly linked list

Read More →

Stack implementation by Linked list

C program to implement the stack data structure by linked list

Read More →

Queue implementation by Linked list

C program to implement the Queue by linked list

Read More →

Find Average of Singly Linked list

C program to find the average of all element of singly linked list

Read More →

Find second last element of singly linked list

C program to find the second last element of the singly linked list

Read More →

Find length of singly linked list

C program to calculate the length of the singly linked list

Read More →

Insertion in sorted linked list

C program to insert new number in sorted singly linked list

Read More →

Add two singly linked list

C program to add the number of two singly linked list

Read More →

Concatenate two singly linked list

C program to concat two singly linked list

Read More →

Traverse the Singly Linked list

C program to get the data of the singly linked list

Read More →

Introduction To Linked list in Data Structure

In this Tutorial we learn about the Singly Linked list

Read More →

Create Singly Linked list

C program to create a singly linked list

Read More →
Singly Linked List Data Structure in C,Insertion at beginning in Singly Linked list,Insertion at end in singly linked list,Insertion at any position in Linked list,Deletion at beginning in Singly Linked list,Deletion at end in Singly Linked list,Deletion at given position in Singly Linked list,Traverse singly linked list in reverse direction,Traverse Singly linked list by Recursion,Find maximum in Linked list,Find minimum element in linked list,Stack implementation by Linked list,Queue implementation by Linked list,Find Average of Singly Linked list,Find second last element of singly linked list,Find length of singly linked list,Insertion in sorted linked list,Add two singly linked list,Concatenate two singly linked list,Traverse the Singly Linked list,Introduction To Linked list in Data Structure,Create Singly Linked list