Algorithms_in_C++ 1.0.0
Set of 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:

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