Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Stack_Example

C++ Implementation of Generic stack data structure

Make main.cpp g++ main.cpp -o Stack in linux environment.

run ./Stack to play around with the stack.

Supports push pop top empty size print quit operations. *push and pop should be followed by a value.