Maximize difference between the Sum of the two halves of the Array after removal of N elements
Given an integer N and array arr[] consisting of 3 * N integers, the task is to find the maximum difference between first half and second half of the array after the removal of exactly N elements from the array. Examples: Input: N = 2, arr[] = {3, 1, 4, 1, 5, 9}Output: 1Explanation:Removal of arr[1]