![]() |
dsalglib
1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
|
#include <stack.h>
Public Member Functions | |
| stack () | |
| type | push (type param) |
| type | pop () |
| type | top_element () |
| long long int | size () |
| bool | isempty () |
| void | clear () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11