Geography, asked by guuuttf5677, 5 days ago

what is a stack according to computer science​

Answers

Answered by VethaVarna13
1

A stack is an abstract data type that holds an ordered, linear sequence of items. In contrast to a queue, a stack is a last in, first out (LIFO) structure. ... The main operations for a stack are pushing items onto the stack and popping items from the stack.

Similar questions