Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 228 Bytes

index.md

File metadata and controls

4 lines (2 loc) · 228 Bytes

Stacks

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.