STACKS
DEFINATION
•List of elements in which an element may be inserted or deleted only at one end, called the top of the stack
•Elements can be removed in reverse order of that in which they were inserted
•PUSH: term used to insert an element
•POP: term used to delete an element
0 comments