15. Searching#

Several applications require that you search for items in a huge amount of data. In this chapter, we discuss two of the most common search algorithms: linear/sequential search and binary search. There are many other search algorithms, but since this is an introductory course, we will only cover these two.