Examples from Section

CSE 326, Autumn 1997


Template Queue Class
This class demonstrates the array-based queue we discussed in the first week of class. The queue is implemented as a template, allowing the creation of queues which hold any type of data. The file qtest.cpp is a simple program which instantiates a queue of integers and tests its operations.


Maintained by:
dfasulo@cs.washington.edu
(Last Update: )