Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 214 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 214 Bytes

stackpure

This application demonstrates the concept of stack data-structure using linked-list through C++

Compile: g++ stackpure.cpp -o stackpure

Execute: ./stackpure (Linux) or stackpure.exe (Windows)