Skip to content

The provided code implements a Stack data structure using a std::vector in C++. A stack is a linear data structure that follows the LIFO (Last-In, First-Out) principle, meaning the last element added is the first one to be removed.

Notifications You must be signed in to change notification settings

ansh-rohilla/Stack---Using-Vectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Stack---Using-Vectors

The provided code implements a Stack data structure using a std::vector in C++. A stack is a linear data structure that follows the LIFO (Last-In, First-Out) principle, meaning the last element added is the first one to be removed.

About

The provided code implements a Stack data structure using a std::vector in C++. A stack is a linear data structure that follows the LIFO (Last-In, First-Out) principle, meaning the last element added is the first one to be removed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published