You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stack is a data structure based on LIFO (Last In First Out) principle. That means we can only change the top of the stack, just like a stack of books for example, where you can peek, remove or add at the top of it.