Skip to content

Latest commit

 

History

History

stack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Basic Stack

Implement a basic stack with the ability to push and pop values. Optionally, implement is_empty, size, and show methods.