Topics Covered
- Concept and Definition
- Primitive Operations
- Stack as an ADT
- Implementing PUSH and POP operation
- Testing for overflow and underflow conditions
- The Infix, Postfix and Prefix
- Concept and Definition
- Evaluating the postfix operation
- Converting from infix to postfix
- Recursion
- Concept and Definition
- Implementation of:
- Multiplication of Natural Numbers
- Factorial
- Fibonacci Sequences
- The Tower of Hanoi