Skip to content

Files

Latest commit

0120d35 · Mar 14, 2018

History

History
This branch is up to date with aQuaYi/LeetCode-in-Go:master.

0136.single-number

题目

Given an array of integers, every element appears twice except for one. Find that single one.

Note: Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?

解题思路

见程序注释