Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python
C++

JAVA


PHP
SQL
Alice

QueueExample


Description
QueueExample is several examples of how to implement a stack. Included are implementations using an array, an ArrayList, and a linked list.

Actually, no implementations are given. An interface is given, along with 3 classes which are not finished. This example is intended for use as an exercise--implement these three classes and test them to make sure they all work properly and efficiently.