Skip to content

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

Notifications You must be signed in to change notification settings

prakharprasad/stackpure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages