Scala icon indicating copy to clipboard operation
Scala copied to clipboard

You are given an array of N integers. Return maximum value for all 1 …

Open aditiagarwal34550 opened this issue 5 years ago • 0 comments

…≤ i, j ≤ N, which is defined as |array[i] - array[j]| + |i - j|, where |x| denotes absolute value of x.

aditiagarwal34550 avatar Jul 27 '19 11:07 aditiagarwal34550