Hi guys,
I need to count the unique elements in an array. For example, if i have an array,
array[0,0,0,1,2,3,3]. The number of unique elements in the array is 3. I am sorry if this message has been posted before. Help is appreciated. Thanks in advance.
Regards,
AZ.
I need to count the unique elements in an array. For example, if i have an array,
array[0,0,0,1,2,3,3]. The number of unique elements in the array is 3. I am sorry if this message has been posted before. Help is appreciated. Thanks in advance.
Regards,
AZ.
Comment