/stackpure

stackpure: The application demonstrates the concept of stack data-structure using linked-list through C++

Primary LanguageC++

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)