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 March 13, 2025: Update deploy.yml to not auto update and v4 of cache (a9051ec)