Single Number III
Problem
Given 2 * n + 2 numbers, every numbers occurs twice except two, find them.
Example
Given [1, 2, 2, 3, 4, 4, 5, 3] return 1 and 5
Given 2 * n + 2 numbers, every numbers occurs twice except two, find them.
Given [1, 2, 2, 3, 4, 4, 5, 3] return 1 and 5