Lessons: 16Length: 2.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

4.3 Queues

In the last lesson we learned about stacks, in this lesson we’ll learn about another collection called the queue which is rather similar to a stack but it stores and retrieves its data in a “first in, first out” fashion. Let’s take a look.