Implementation of stack data structure by array

Introduction to stack

Stack is the linear data structure that follow LIFO concept

Read More →

Make Stack by Array

C program to implement the stack data structure by the array

Read More →

Traverse the Array Stack

C program to traverse the stack which was implemented by the array

Read More →

push() in stack Array

C program to perform the push operation in stack which was implemented by array

Read More →

pop() in stack Array

C program to perform deletion in stack which was implemented by array

Read More →

Swap top two element of stack array

C program to swap top two element of stack which was implemented by array

Read More →

Max in stack Array

C program to find the maximum value in stack which was implemented by array

Read More →

Min in stack array

C program to find the minimum element in Stack which was implemented by array

Read More →

Sort the Stack Array

C program to sort the data inside the stack which was implemented by array

Read More →

Find length of stack array

C program to find the length of stack which was implemented by array

Read More →

Find middle of the stack array

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

Read More →

Reverse the stack

C program to reverse the stack which was implemented by array

Read More →

Copy one stack in Another Stack

C program to copy all element of stack into another stack of type array

Read More →

Concatenate two stack of type array

C program to concatenate two stack which was implemented by array

Read More →

peek of stack

C program to display the peek element of the stack which was implemented by array

Read More →

Add two stack by array type

C program to add the number of two stack which was type of array

Read More →

Search item in Stack Array

C program to search an element in the stack which was implemented by array

Read More →

Occurrence of number in stack

C program to find the counting of any number in the given array which was implemented by array

Read More →
Stack Implementation by array,Introduction to stack,Make Stack by Array,Traverse the Array Stack,push() in stack Array,pop() in stack Array,Swap top two element of stack array,Max in stack Array,Min in stack array,Sort the Stack Array,Find length of stack array,Find middle of the stack array,Reverse the stack,Copy one stack in Another Stack,Concatenate two stack of type array,peek of stack ,Add two stack by array type,Search item in Stack Array,Occurrence of number in stack