[Geeks for Geeks] Maximum absolute difference between sum of two contiguous sub-arrays

1 · · May 15, 2022, 12:02 p.m.
Maximum absolute difference between sum of two contiguous sub-arrays Given an array of integers, find two non-overlapping contiguous sub-arrays such that the absolute difference between the sum of two sub-arrays is maximum. ...