Skip to content

A dynamic and templated generic stack implementation in C++, with basic operations (push, pop, peek, is_empty) and exception handling for stack overflow and underflow. Supports any data type for maximum flexibility and efficiency.

License

Notifications You must be signed in to change notification settings

Shivam-002/Cpp-Generic-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cpp-Generic-Stack

"A dynamic and templated generic stack implementation in C++, with basic operations (push, pop, peek, is_empty) and exception handling for stack overflow and underflow. Supports any data type for maximum flexibility and efficiency."

About

A dynamic and templated generic stack implementation in C++, with basic operations (push, pop, peek, is_empty) and exception handling for stack overflow and underflow. Supports any data type for maximum flexibility and efficiency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages