Chapter 11. Arrays and Dictionaries

Table of Contents

1. Creating and Using Dictionaries
2. Creating and Using Arrays
3. Programming with Arrays
4. Searching and Sorting

In Chapter 9, you learned how to store a collection of values in a List. In this chapter, you will learn about two other techniques you can use to store collections of values: Arrays and Dictionaries.

After reading this chapter, you will have more tools in your programmer's toolbox of techniques to manage collections of data, and you should be able to know how to choose the best one to solve a particular problem.