Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 129 Bytes

README.org

File metadata and controls

8 lines (7 loc) · 129 Bytes

Linear data structure

Stack

understanding stack

LIFO - last in first out

Queues

queue

FIFO - first in first out