Input: an array of integers, each number shows up twice except one. Output: the number that only shows up once. In: [1,1,2,3,4,3,4] out: 2
Input: an array of integers, each number shows up twice except one.
Output: the number that only shows up once.
In: [1,1,2,3,4,3,4]
out: 2