CSCI 202 in-class lab 7

Being ready

If you haven’t finished the tasks of Lab 6, you need to do that one now.

Implementing a deque

Start by creating a project containing the following three Java “compilation units.” You can look at them and figure out what packages and classes should be used to create them.

Complete the implementation of the Queue class using the Node class. Don’t use the Java Collections Framwork. That would be too easy.