Table of Content
- Basic Concept of Stack
- Stack Concept Overview
- Stack Array Representation
- Check Whether Stack is Empty or Not ?
- Check Whether Stack is Full or Not ?
- Stack Push Operation
- Stack Pop Operation
- C Program to Convert Decimal to Binary Using Stack
- Reverse String Using Stack
- Stack Applications
- Evaluation of postfix expression
- Algorithm for Evaluation of Postfix Expression
- Infix to Postfix Expression Conversion
- Algorithm for Infix to Postfix Conversion
- Stack Data Structure Using C Programming
- Infix to Postfix Conversion Example (Using Stack)
- C Program to Convert Infix Expression to Postfix Using Stack
- Video 1
- Video 3
- Video 2
- Stack Operation
- Basic Stack Operation