CS 112 Lab 8
Stacks & Queues
Due Friday, April 11th 2008

For your eighth lab, you will implement singly-linked, linked-list implementation of a stack and a queue, with an extra added reverse method, that reverses the stack/queue.

Queue Methods:
Stack Methods:
Each class should also contain a public static void main(String args[]) that thoughoughly tests all of your methods

Grading

Submission

All file(s) required for your project should be in the folder https://www.cs.usfca.edu/svn/<username>/cs112/Lab8/