Queue Lab
Categories:
less than a minute
Introduction
The goal in this lab is to create two implementations of a queue. Complete the unfinished methods in LinkedQueue.java and ArrayQueue.java .
Files
Download the following files:
- Queue.java
- LinkedQueue.java (Unfinished)
- ArrayQueue.java (Unfinished)
- LinkedQueueTest.java
- ArrayQueueTest.java
Lab Submission
Submit LinkedQueue.java and ArrayQueue.java to Gradescope.
Last modified April 29, 2024: application lab download link update (3775b1d)