DATA STRUCTURE


Evaluation of Arithmetic Expression

Evaluation of Arithmetic Expression An important application of stack is the compilation of arithmetic stack expressions in the programming languages. The compiler must be able to translate the expression which is written in the usual notation known as infix notation to form a reverse polish notation. compiler accomplish this task […]


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 […]