Redo Exercises 3, 4, and 5 for a sorted array.
Write a version of the selection sort algorithm that can be used to sort a list of strings. (Selection sort for int lists is discussed in Chapter 8.)
Write a version of the binary search algorithm that can be used to search a list of strings. (Use the selection sort that you designed in Exercise 8 to sort the list.)