Consider this algorithm for finding the maximum element in an array: First sort the array and then

Question:

Consider this algorithm for finding the maximum element in an array: First sort the array and then select the last (maximum) element. What (if anything) does this reduction tell us about the upper and lower bounds to the problem of finding the maximum element in a sequence? Why can we not reduce SORTING to finding the maximum element?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: