In this chapter, we will dive into the topics of searching and sorting through lists of data. Maybe we want to find a certain record in our data, or see how many records meet a certain criteria? There are many different ways that an array can be searched or sorted, and we will touch on a few of the common and popular methods.