Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Namespaces | Functions
stack_reverse.h File Reference
#include <stack>
Include dependency graph for stack_reverse.h:

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)