Write a program to display the running time of the sorts described in this chapter. Test the sorts on arrays of various sizes. Arrays of the same size should contain identical entries. Use the function clock from to time each sort. See the beginning of the programming problems in Chapter 10 for an example of how to time code.