摘要: Given an array of integers, every element appears twice except for one. Find that single one. Note:Your algorithm should have a linear runtime complex 阅读全文
posted @ 2018-03-29 21:08 还是说得清点吧 阅读(183) 评论(0) 推荐(0) 编辑
摘要: The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, calcul 阅读全文
posted @ 2018-03-29 19:48 还是说得清点吧 阅读(809) 评论(0) 推荐(0) 编辑