Topics

  • Stack overflow occurs when you try to push an element onto a stack that’s already full
  • Stack underflow occurs when you try to pop an element from an empty stack.