In this section of the book, you will discuss various popular data structures, including Linked Lists, Stacks, Queues, and Maps. You will learn about the theories behind them, and also about how to implement them using the simplest data structure – an array. You will also learn how to perform simple searching and sorting with these data structures.
The following chapters will be covered in this section:
- Chapter 3, Introducing Linked Lists
- Chapter 4, Understanding Stacks and Queues
- Chapter 5, Maps – Working with Key-Value Pairs