In section 14.3, we approximated a count of the array visits in selection sort. Your task is to provide an accurate measurement for the implementation used in section 15.1. Count each occurrence of a[i] as a visit. For example, each call to swap counts as four visits.