Computing - Stacks
What does the Pop operation do to a stack?
Pop operation do to a stack?Returns and removes the item at the top of the stack.
What does the Top operation do to a stack?
Top operation do to a stack?Returns but doesn’t remove the top item of the stack.
What does the Push operation do to a stack?
Push operation do to a stack?Puts a new item of the top of a stack.