Question: Given the following algorithm: Mystery (A[0..n-1]) dval = ; for (i = 0; i < n; i++) for (j = 0; j < n; j++)
Given the following algorithm: Mystery (A[0..n-1]) dval = ; for (i = 0; i < n; i++) for (j = 0; j < n; j++) if (i j and |A[i] A[j]| < dval) dval
|A[i] A[j]|; return dval;
[a] What value is returned from this algorithm if the input array A is [160, 18, 80, 98, 42, 87]? [b] Briefly describe the purpose of this algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
