Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
|
#include <stack>
Namespaces | |
namespace | dsac |
Code from the zyBook "Data Structures and Algorithms in C++" by Goodrich/Tamassia/Mount/Goldwasser. | |
namespace | dsac::stackqueue |
Definition for a templated ArrayQueue class with fixed capacity. | |
Functions | |
template<typename T > | |
void | dsac::stackqueue::reverse (T data[], int n) |