Queues

What Is a Queue?

Using Queues in Java: A Queue is Just a Linked List

LeetCode Practice with Queues

Do these problems in LeetCode with queues:

  1. Eat Lunch

  2. Number of Recent Calls

  3. Buy Tickets

Assignment: Build a Queue in Java Using an Array

Watch this video and then build your own Queue class using an Array as the underlying data structure.