lab_quacks
Spiteful Stacks and Questionable Queues
quackfun.cpp File Reference

This is where you will implement the required functions for the stacks and queues portion of the lab. More...

+ This graph shows which files directly or indirectly include this file:

Namespaces

 QuackFun
 Namespace to contain the stack and queue functions for this lab.
 

Functions

template<typename T >
QuackFun::sum (stack< T > &s)
 Sums items in a stack. More...
 
template<typename T >
void QuackFun::scramble (queue< T > &q)
 Reverses even sized blocks of items in the queue. More...
 
template<typename T >
bool QuackFun::verifySame (stack< T > &s, queue< T > &q)
 

Detailed Description

This is where you will implement the required functions for the stacks and queues portion of the lab.