Skip to content

Stack is a data structure in computer programming with concepts of first-in first-out and last-in last-out.Although it is part of C++ STL but i have implemented this in C++ for concept building.

Notifications You must be signed in to change notification settings

Osama-Sultan189/Stack-ADT-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stack-ADT-C-

Stack is a data structure in computer programming with concepts of first-in first-out and last-in last-out.Although it is part of C++ STL but i have implemented this in C++ for concept building.

About

Stack is a data structure in computer programming with concepts of first-in first-out and last-in last-out.Although it is part of C++ STL but i have implemented this in C++ for concept building.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages