|
3 |
Title
|
||
detect a Detect the number of unique values in the an array |
||||
|
2 | typo, formatting, tags | ||
|
Hi, I am looking for an efficient way to detect a the number on of unique values in the an array. My current approach:1.
In code:
|
||||
|
1 |
|
||
detect a number of unique values in the arrayHi, I am looking for an efficient way to detect a number on unique values in the array. My current approach: 1. Quicksort array of integers 2. Then,run a loop to compare elements.
|
||||
