Maximize given value m[a][b] + m[c][d] - |a-c| -|b-d|
Anonymous User
282

How can we maximize this value ---> m[a][b] + m[c][d] - |a-c| -|b-d|
where m is a matrix,
a and b represents row number,
c and d represent column number.

Comments (1)