Computer Science, asked by jaisnandni100, 1 year ago

algoritham of stack?

Answers

Answered by PiyushSinghRajput1
1
Data Structure and Algorithms - Stack. A stack is an Abstract Data Type (ADT), commonly used in most programming languages. It is named stack as it behaves like a real-world stack, for example – a deck of cards or a pile of plates, etc. ... LIFO stands for Last-in-first-out.
Similar questions