Daily Archives: February 13, 2017


CONCEPT OF STACK

INTRODUCTION TO STACK Stack is one of the most commonly used linear data structure of variable size. In linear data structure discussed so far i.e array , insertion and deletion of an element can take place at any position of the array but in case of stack, the insertion and […]