Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 170 Bytes

File metadata and controls

2 lines (2 loc) · 170 Bytes

Implementing an immutable stack:

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