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)](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f0bfeb6d9ec_80266f0bfeaf398b.jpg)
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
Get step-by-step solutions from verified subject matter experts
