Queue Lab

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:

Lab Submission

Submit LinkedQueue.java and ArrayQueue.java to Gradescope.

Last modified April 29, 2024: application lab download link update (3775b1d)