Single Number

#136
Easy
Math & Bit Manipulation
O(n)
O(1)
Amazon
Microsoft
Facebook
View on LeetCode

Problem Description

Given a non-empty array of integers nums, every element appears twice except for one. Find that single one.