Question: You are given an unsorted array A[1, ..., n]. We know that the maximum (or minimum) element in the array can be found in (n-1)

You are given an unsorted array A[1, ..., n]. We know that the maximum (or minimum) element in the array can be found in (n-1) comparisons. Write an algorithm that finds both the maximum and the minimum element in the array in ~(3n/2) comparisons, i.e., (3n/2) + THETA(1) comparisons.

(Algorithms CS class) This question has been answered but need a different example.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!