
Patrick B. answered 08/09/21
Math and computer tutor/teacher
Stack:
- parsing mathematical expressions
- program counter pushes recursive calls on stack
- recursive algorithms can be rewritten using stacks
- "rush orders" can be placed on a stack
Queue:
- managing a waiting line... "now serving # xxxx"
- printer queue
- anything done "first come- first serve"