0961. N-Repeated Element in Size 2N Array
Description
**Input:** nums = [1,2,3,3]
**Output:** 3**Input:** nums = [2,1,2,5,3,2]
**Output:** 2**Input:** nums = [5,1,5,2,5,3,5,4]
**Output:** 5ac
Last updated
**Input:** nums = [1,2,3,3]
**Output:** 3**Input:** nums = [2,1,2,5,3,2]
**Output:** 2**Input:** nums = [5,1,5,2,5,3,5,4]
**Output:** 5Last updated