Given an array of integers, determine the minimum number of elements to delete to leave only elements of equal value. Example Delete the elements and leaving . If both twos plus either the or the are deleted, it takes deletions to leave either or . The minimum number of deletions is . ...