A program often needs to search through an array to find a particular item. This chapter explains linear search, an algorithm for searching an array.
After reading this chapter, you could go directly to the chapter on sorting.
(Thought Question: ) Are the data in a list always processed in order?