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

Data Structures

class  dsac::stackqueue::queue< T, Container >
 A simplified version of the STL queue class. More...
 

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.