Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 308 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 308 Bytes

Stack

A stack is a data structure that allows you to quickly add an element to the end and quickly get the last element. In general, other operations may either not be supported or performed inefficiently.

More details

Source