Duplicate number is always present in the given array/list.
The first line contains an Integer 't' which denotes the number of test cases or queries to be run. Then the test cases follow.
First line of each test case or query contains an integer 'N' representing the size of the array/list.
Second line contains 'N' single space separated integers representing the elements in the array/list.
For each test case, print the duplicate element in the array/list.
Output for every test case will be printed in a separate line.
1 <= t <= 10^2
0 <= N <= 10^3
Time Limit: 1 sec
Merge Two Sorted Arrays Without Extra Space
Merge Two Sorted Arrays Without Extra Space
Ninja And The Strictly Increasing Array
Maximize
Negative To The End
Find Duplicate in Array