b********e 发帖数: 693 | 1 How to efficiently find most frequent element in an array |
P*******b 发帖数: 1001 | 2 hash
【在 b********e 的大作中提到】 : How to efficiently find most frequent element in an array
|
M********5 发帖数: 715 | 3 right. hashtable first, then find the key with maximum value
【在 P*******b 的大作中提到】 : hash
|
b********e 发帖数: 693 | 4 how about the array is huge, we don't know the size
【在 P*******b 的大作中提到】 : hash
|
b*****n 发帖数: 221 | 5 minheap?
【在 b********e 的大作中提到】 : how about the array is huge, we don't know the size
|
m*****f 发帖数: 1243 | 6 这题水深了...情况多了去了
【在 b********e 的大作中提到】 : how about the array is huge, we don't know the size
|
j**l 发帖数: 2911 | 7 GOOG大牛工作辛劳之余,抽空现身给大家答疑啦?
【在 m*****f 的大作中提到】 : 这题水深了...情况多了去了
|