int[] f = Sort(arr, si, mid);// sort krke new array dega int[] s = Sort(arr, mid + 1, ei);// sort krke new array dega ...