|
|
|
|
|
|
S**********e 发帖数: 62 | 1 Given an array of integers. Each number in the array repeats odd number of
times, only 1 number repeats even number of times. Find that number.
这个如何用xor做呢?
xor可以轻易找到唯一一个出现奇数次的元素。 | b***e 发帖数: 383 | 2 用XOR好像不行,但是可以考虑用hashtable。 | a*****n 发帖数: 158 | | B******5 发帖数: 4676 | 4 需要知道都是哪些数吧,不如1到100有一个是偶数次
【在 a*****n 的大作中提到】 : 好象可以,也是基于一样的算法。。。
| S**********e 发帖数: 62 | 5 Could you elaborate on how to do this? I was not able to figure it out.
【在 a*****n 的大作中提到】 : 好象可以,也是基于一样的算法。。。
|
|
|
|
|
|
|