
Patrick B. answered 08/09/21
Math and computer tutor/teacher
(1) Stack:
* Parsing mathematical expressions and other language structures of syntax and grammar
* Mimmicking and imitating recursive algorithms; the program counter pushes recursive calls
onto a Call stack
- returning to a previous point in a game, and picking up "where it left off";
(2) Queue
- printer queue
- customers waiting in line
- anything that operates "first come, first serve"
Emmma W.
desecribe littel details08/10/21