Question: ALGORITHM Range (A 0.. - 1]) // Input: An array Ao..n-1) of n real numbers //output: The difference between the maximum and minimum value contained

 ALGORITHM Range (A 0.. - 1]) // Input: An array Ao..n-1)

ALGORITHM Range (A 0.. - 1]) // Input: An array Ao..n-1) of n real numbers //output: The difference between the maximum and minimum value contained in A minyal - AO maxal - A[O] for 1 to n - 1 do if A[] maxval maxal - A4 return maxval - minval How many times is the basic operation execute? On-1 logn on On+1

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!