SUBMITTED BY:
Kanta Anuraga Sahoo
220301120178
1. Insertion(a,top,item,max)
2. If top=max then
print ‘STACK OVERFLOW’
else
3. Set top=top+1
4. Set stack[TOP]=item
5. end
1. Deletion(a,top,item)
2. If top=0 then
print ‘STACK UNDERFLOW’
3. item=stack[top]
4. top=top-1
5. Exit
begin if top < 1 return true else return false end procedure
begin
if top < 1
return true
else
return false
end procedure
THANK YOU 

dsppt-141121224848-conversion-gate01.pptx