Challenge 13 - Positive Dominant

An array is positive dominant if it contains strictly more unique positive values than unique negative values. Write a function that returns true if an array is positive dominant. 

Input: 
Output: No