C · findFrequency(int A[], int n) · // create a count array of size `n` to store the count of all array elements · int freq[n]; · for (int i = 0; i < n; i++) {.
確定! 回上一頁