|
Java TOPIC 26 – IMPLEMENTING A QUEUE & STACK
LESSON WORK
QUESTION 1 Then
test your structure. QUESTION 2 Implement
a Queue class using a LinkedList or ArrayList object.
You are to create the enqueue, dequeue and size methods. Test
your structure.
|
|
|