Stack is a linear data structure that follows a particular order in which the various operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out). There are many real-life examples of a stack.
Consider a box containing books, the book which was inserted in lastly will be easily first removed
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)