TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
stack.hpp File Reference

This class specifies the basic operation on a stack as a linked list. More...

#include <stdexcept>
#include "node.hpp"
Include dependency graph for stack.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stack< ValueType >
 for std::invalid_argument More...
 

Detailed Description

This class specifies the basic operation on a stack as a linked list.

Author
danghai
Piotr Idzik

Definition in file stack.hpp.