Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
This class specifies the basic operation on a stack as a linked list. More...
#include <cassert>
#include <iostream>
Go to the source code of this file.
Classes | |
class | node< Kind > |
class | stack< Type > |
This class specifies the basic operation on a stack as a linked list.