Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 173 Bytes

stack.md

File metadata and controls

3 lines (2 loc) · 173 Bytes

Stack

A stack is a linear data structure where items can only be added to the top and removed from the top. As such, accessing items uses Last In First Out (LIFO) order.