Loyola College in Maryland

CS 301 - Data Structures and Algorithms I
Spring 2003


Loyola College > Department of Computer Science > CS 301 > Examples > Exercise 3
Download the following files (they can also be copied from the directory ~jglenn/public_html/301/S2003/Examples/ExerciseQ1). Write the enqueue, dequeue, and makeEmpty methods in queue.cpp. The test application can be compiled with the command
  g++ -o queue.x queue.cpp integer.cpp main.cpp
queue.cpp
queue.h
integer.h
integer.cpp
main.cpp