Chapter 8. Stacks and Queues
In this chapter, we are going to build upon the skills we learned in the last chapter in order to create special list implementations. We are still sticking to linear structures. We will get to more complex data structures in the coming chapters.
In this chapter, we are going to look at the following:
- Implementing stacks and queues
- Some applications of stacks and queues