由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - estimate the number of unique items
相关主题
my onsite interview experience求本书 Cracking Coding Interviews,
One interview question湾区公司店面
[求助]实习manager给了unfair review,怎么办菜鸟请教电面写code,能用哪些function,在线等
Palantir怎么样?M面试为什么被拒了?
再来个面经吧implement Java format function in 40mins
Bad interview experience分享一点经验
PacificBio 二面悲剧question 2: o(1) euque and dequeue?
刚刚电面完bloomberg,提供一些题目,供大家参考面试的时候可以用STL吗
相关话题的讨论汇总
话题: unique话题: estimate话题: items话题: number话题: question
进入JobHunting版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
http://blog.notdot.net/2012/09/Dam-Cool-Algorithms-Cardinality-
a very often-asked question, the above is the defacto standard method used
in many implementations today (including redis) , it's the result of 20
years of research. it's really stupid and unfair to bring this seemingly
simple question to interview, I bet most of the interviewers don't know the
above at all.
j********r
发帖数: 127
2
数据科学家的题,不知道的肯定当时想不出来
http://baozitraining.org/blog/how-to-quickly-count-unique-items
b**********5
发帖数: 7881
3
这个我面dataminr的时候, 被问到, 然后给了个bloom filter, 然后就被拒了

the

【在 c******n 的大作中提到】
: http://blog.notdot.net/2012/09/Dam-Cool-Algorithms-Cardinality-
: a very often-asked question, the above is the defacto standard method used
: in many implementations today (including redis) , it's the result of 20
: years of research. it's really stupid and unfair to bring this seemingly
: simple question to interview, I bet most of the interviewers don't know the
: above at all.

w**z
发帖数: 8232
4
和你说过了,用linear counter,除了刷题,拜托也学学其他的。

【在 b**********5 的大作中提到】
: 这个我面dataminr的时候, 被问到, 然后给了个bloom filter, 然后就被拒了
:
: the

w**z
发帖数: 8232
5
we use linear counter to count uniques. there is open source implementation.
http://highscalability.com/blog/2012/4/5/big-data-counting-how-

the

【在 c******n 的大作中提到】
: http://blog.notdot.net/2012/09/Dam-Cool-Algorithms-Cardinality-
: a very often-asked question, the above is the defacto standard method used
: in many implementations today (including redis) , it's the result of 20
: years of research. it's really stupid and unfair to bring this seemingly
: simple question to interview, I bet most of the interviewers don't know the
: above at all.

1 (共1页)
进入JobHunting版参与讨论
相关主题
面试的时候可以用STL吗再来个面经吧
Implement an web-based dictionary lookupBad interview experience
A家面试题PacificBio 二面悲剧
Expedia Hiring for SQL Server Developer (转载)刚刚电面完bloomberg,提供一些题目,供大家参考
my onsite interview experience求本书 Cracking Coding Interviews,
One interview question湾区公司店面
[求助]实习manager给了unfair review,怎么办菜鸟请教电面写code,能用哪些function,在线等
Palantir怎么样?M面试为什么被拒了?
相关话题的讨论汇总
话题: unique话题: estimate话题: items话题: number话题: question