Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Implementing an immutable stack:

Provide a program that creates from zero an immutable stack implementation (implement isEmpty(), push(), pop(), and peek() operations).