Problem 1
Which of the sorting algorithms that we discussed makes several passes through an array and causes the larger values to move gradually toward the end of the array with each pass?
Problem 5
Describe the difference between the sequential search and the binary search.
Problem 7
With an array of 20,000 elements, what is the maximum number of comparisons the binary search will perform?