You are given an array , can perform two operations -if the size is greater than 1 choose two distinct elements and remove both of them -or remove a single element N — 10^5 , 1 <= a[i] <= 10^9 Find the minimum operations to make array empty.
What will be the approach of this ?