Stack is the linear data structure that follow LIFO operations

Introduction to stack

Stack is the linear data structure that follow LIFO operations

Read More →

Make stack of linked list

C program to create the stack data structure implemented by the linked list

Read More →

Traverse the stack of linked list type

C program to traverse the stack element which was implemented by linked list

Read More →

Push in Lined list Stack

C program to insert the new element in stack which was implemented by linked list

Read More →

pop in stack of linked list type

C program to delete the item in stack of type linked list

Read More →

Swap top two element of stack

C program to swap top two element of the stack which was implemented by linked list

Read More →

Find max in stack

C program to find the maximum element in the stack which was implemented by linked list

Read More →

Find min in stack

C program to find the minimum element in the stack which was implemented by linked list

Read More →

Search item in stack linked list

C program to search an element in stack which was implemented by linked list

Read More →

Find length of stack of linked list type

C program to calculate the length of stack which was implemented by linked list

Read More →

Find middle element of stack

C program to find the middle element of stack which was implemented by linked list

Read More →

Reverse the stack of linked list type

C program to reverse the stack which was implemented by linked list

Read More →

Occurrence of item in stack

C program to find the occurrence of element in stack which was implemented by linked list

Read More →
Stack implementation by Linked list,Introduction to stack ,Make stack of linked list,Traverse the stack of linked list type,Push in Lined list Stack,pop in stack of linked list type,Swap top two element of stack ,Find max in stack,Find min in stack,Search item in stack linked list,Find length of stack of linked list type,Find middle element of stack ,Reverse the stack of linked list type,Occurrence of item in stack