由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 从流中找the first unique or the only dup
相关主题
我再说说我挂掉的那道题吧请教几个电面题
leetcode: Remove Duplicates from Sorted Array问一道关于字符串的面试题
烙印考我的题,谁能告诉我复杂度?问一道面世题
最popular url的算法问题问个题: 找read-only array中duplicate的数
cc150 - 10.6: detect duplicate documents among 10G URLs问个构造函数的问题
一道C/C++的面试题问一个构建二叉树的问题
一道面试题弱问,BST到底能不能有重复值?
请教一个C++的题目,谢谢为什么加个结束符leetcode就run time error呢?
相关话题的讨论汇总
话题: unique话题: 中找话题: url话题: 从流话题: dup
进入JobHunting版参与讨论
1 (共1页)
k***t
发帖数: 276
1
1.How would you find the first unique url among the millions of url
available?
好像还有另一道题是从流中找the only duplicated URL or integer.
g**********y
发帖数: 14569
2
这个问法不太对吧。如果是一个流,没读完你怎么能确定unique的URL?
k***t
发帖数: 276
3
What about this one? bloom filter?
Given constant incoming requests, each associated with a unique key,
estimate the total amount of unique requests within a period of time.
The number of keys explodes the memory. Do not touch the disk. Rough
estimation is O.K.

【在 g**********y 的大作中提到】
: 这个问法不太对吧。如果是一个流,没读完你怎么能确定unique的URL?
r****t
发帖数: 10904
4
记得还有些题要求找流里面的中位数,应该是一样理解吧。

【在 g**********y 的大作中提到】
: 这个问法不太对吧。如果是一个流,没读完你怎么能确定unique的URL?
1 (共1页)
进入JobHunting版参与讨论
相关主题
为什么加个结束符leetcode就run time error呢?cc150 - 10.6: detect duplicate documents among 10G URLs
问一个search in rotated array的问题一道C/C++的面试题
请教一题一道面试题
请教一道题:Remove adjacent duplicate char recursively fro请教一个C++的题目,谢谢
我再说说我挂掉的那道题吧请教几个电面题
leetcode: Remove Duplicates from Sorted Array问一道关于字符串的面试题
烙印考我的题,谁能告诉我复杂度?问一道面世题
最popular url的算法问题问个题: 找read-only array中duplicate的数
相关话题的讨论汇总
话题: unique话题: 中找话题: url话题: 从流话题: dup