Given an array of N elements, remove K elements to minimize the amplitude(A_max - A_min) of the remaining array.
Given two arrays A and B as results of 2 dice rolls, return minimum number of rolls to modify in order to make the sums of the two arrays equal. If this is not possible, return -1.