Stack
Table of contents
- Introduction to stacks
- Array implementation of stacks
- Linked list implementation of stacks
- Infix, Postfix and Prefix notations
- Evaluating expressions using stack
- Converting expressions using stack
- Pattern: Reversal
- Pattern: Previous closest occurrence
- Pattern: Next closest occurrence
- Pattern: Sequence validation
- Pattern: Linear evaluation
- Design