You have given an array {2, 2, 5, 50, 1} so in this array ‘50’ is the largest number with minimum frequency.
The first line contains an integer 'T', which denotes the number of test cases or queries to be run. Then, the 'T' test cases follow.
The first line of each test case contains a positive integer 'N' denoting the size of the array.
The second line of each test case contains an array ‘ARR[i]’ containing ‘N’ number of values.
For each test case, print the largest number with minimum frequency.
You do not need to print anything. It has already been taken care of. Just implement the given function.
1 <= T <= 10^2
1 <= N <= 10^3
1 <= ARR[i] <= 10^9
Where ‘T’ represents the number of test cases and ‘N’ represents the size of array and ‘ARR[i]’ represents the elements of array.
Time Limit: 1sec
Merge Two Sorted Arrays Without Extra Space
Ninja And The Strictly Increasing Array
Maximum GCD
Negative To The End
Sort 0s, 1s, 2s