April 2018
Beginner to intermediate
426 pages
10h 19m
English
We have learned how stacks work. Queues are a very similar data structure, but instead of LIFO, they use a different principle that we will learn about in this chapter. We will also learn how deques, a data structure that mixes the stack and queue principles, work.
In this chapter, we will cover the following topics: