Stacks and Queues

  • bool IsEmpty()
  • bool IsFull()
  • For stacks
  • What are is a queue?
  • What are the basic operations on a queue?
  • Constant time performance for this as well.
  • Can we implement a queue?