Redian新闻
>
ATT的LUMIA920有没有锁?
avatar
ATT的LUMIA920有没有锁?# PDA - 掌中宝
S*h
1
It is a small bay area IT firm. They asked first how to find 10 most
frequent strings from 10 billion (string, frequency) pairs. Easy, use heap
O(10^9*log10). Then they asked the second question.
How to find 10 most frequent strings in 10 billion string list?
Not much idea. I answered to sweep once to build (string,frequency) pair
and then sweep again to find the first 10. Is there any better way?
avatar
c*i
2
以后grocery买东西会很多 但是打了电话好像upgrade不给bonus
请大家建议我这种情况是不是直接申请一张preferred比较好?
avatar
M*n
3
有没有试一下其他公司的卡看看有没有可能无锁?
avatar
D*e
4
split the strings into buckets, e.g., from a to z 26 ones
count them separately
then merge the results
avatar
f*w
5
6k cap
avatar
D*e
6
guarantee the splitting is exclusive
avatar
c*i
7
我一年都买不到6K的

【在 f*******w 的大作中提到】
: 6k cap
avatar
f*t
8
以前有帖讨论过。可以用bloom filter把只出现一次的string去掉,通过的用堆存,算
是一种实际应用中比较有效的办法吧。
不知道最佳答案是什么
avatar
d*g
9
那你自己算算,能搞会75的年费吗?!

【在 c***i 的大作中提到】
: 我一年都买不到6K的
avatar
d*d
10
bloom filter的具体用法能说说么?

【在 f*******t 的大作中提到】
: 以前有帖讨论过。可以用bloom filter把只出现一次的string去掉,通过的用堆存,算
: 是一种实际应用中比较有效的办法吧。
: 不知道最佳答案是什么

avatar
c*i
11
那个开卡bonus不就是150 了吗相当于两年年费啊 一年加上买油卡的估计三四千还是有
的吧

【在 d******g 的大作中提到】
: 那你自己算算,能搞会75的年费吗?!
avatar
f*t
12
http://en.wikipedia.org/wiki/Bloom_filter
非常节省空间的验证数据是否出现过的数据结构。很简单,就是几个hashtable,每个
key只占1个bit,用来标记是否出现过。
会有false positive,也就是说你检验一个数据,在几个hashtable里对应的bit都为1
,但实际上它没出现过。
而出现过的绝对不会漏判。

【在 d*******d 的大作中提到】
: bloom filter的具体用法能说说么?
avatar
j*z
13
3000*(6-3)%=90
90-75=15
You can wait for the 250 bonus. otherwise not worth the hard pull

【在 c***i 的大作中提到】
: 那个开卡bonus不就是150 了吗相当于两年年费啊 一年加上买油卡的估计三四千还是有
: 的吧

avatar
d*d
14
这个我明白.如何用它来过滤掉只出现一次的呢?
这和直接用一个hashmap来count的区别在哪里呢?

1

【在 f*******t 的大作中提到】
: http://en.wikipedia.org/wiki/Bloom_filter
: 非常节省空间的验证数据是否出现过的数据结构。很简单,就是几个hashtable,每个
: key只占1个bit,用来标记是否出现过。
: 会有false positive,也就是说你检验一个数据,在几个hashtable里对应的bit都为1
: ,但实际上它没出现过。
: 而出现过的绝对不会漏判。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。