lab_quacks
Spiteful Stacks and Questionable Queues
Namespaces | Functions
quackfun.cpp File Reference

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

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.