Chapter 9: Searching
We will extend the search program from the previous chapter. The main point of this chapter is to convince you that if you need to repetitively search an array, then it may be worth the effort to sort the array first.
We will extend the search program from the previous chapter. The main point of this chapter is to convince you that if you need to repetitively search an array, then it may be worth the effort to sort the array first.