Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

A stack is an abstract data type representing a list of elements organized according to the LIFO principle. Most often the principle of stack operation is compared to a stack of plates: to take the second one from the top, you need to remove the top one.