What is a stack?
3 years ago
Data Structure and Algorithm
A stack is a data structure in which only the top element can be accessed. As data is stored in the stack, each data is pushed downward, leaving the most recently added data on top.

Sujan Bk
Jan 9, 2022