How do you check if the members in a specific array are all unique?
For example, you have array n, composed of 100 entries.
I want to find a way to check if all the members of the array are different (unique), or say, members 0-14, 21-25, etc....
Is this possible? BTW if it helps, I'm working with integers.
For example, you have array n, composed of 100 entries.
I want to find a way to check if all the members of the array are different (unique), or say, members 0-14, 21-25, etc....
Is this possible? BTW if it helps, I'm working with integers.