Knowledge in stack in data structures

Data Structures Unit 3 Stack

This attachment contains knowledge about basic terminologies used in linear data structure. This contains terms used in stack and definition and description of stack. also it has various operations performed on stack. Insertion in stack using push operation. Deletion in stack using pop operation. Description of terms like maxstack, i.e. the maximum no. of elements any stack can hold. Also has information about array representation of stack using various notations like polish and non-polish notation. Prefix notation, postfix notation and infix notation. Evaluation of postfix expression. Evaluation of infix notation.