MP4
Stacks and Queues
queue.h File Reference

Definition of the Queue class. More...

#include "ordering_structure.h"
#include "stack.h"
#include "queue.cpp"
+ Include dependency graph for queue.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Queue< T >
 Queue class: represents a standard queue. More...
 

Detailed Description

Definition of the Queue class.

You should not modify this file for the MP!

Author
CS 225 course staff
Date
Spring 2007
Author
Daniel Hoodin
Date
Spring 2008
Author
Chase Geigle
Date
Fall 2012