由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 在a billion urls中找有75%url都有的prefix中的最长者?
相关主题
新鲜面试题longest common prefix 和 longest common substring
google phone interview question单词提示是怎么实现的?
还真从来没见过考KMP之类string matching算法的Longest Common Fix
Longest common string问题无穷的字符串流, 有限的内存, 如何快速的找出唯一一对 重复字符串?
有人知道怎么证明最短公共超序列问题是NP Hard 的么?谢谢!storm8 online test 讨论
finds all repeated substrings in the string --- YAHOO interview question求助一道 Longest Common Substring 的变形面试题
那个 google hint words 的老题Groupon新鲜面经
什么时候用SUFFIX TREE,什么时候用TRIEwordBreak问题,有非递归的方法么
相关话题的讨论汇总
话题: 中找话题: prefix话题: urls
进入JobHunting版参与讨论
1 (共1页)
j******2
发帖数: 362
1
我是这么想的:
整个suffix tree。每个节点加个counter,肯定越深的节点的counter越小,就搜最深
的counter大于0.75billion的那个。
咋样?
G****A
发帖数: 4160
2
不是用prefix tree?

【在 j******2 的大作中提到】
: 我是这么想的:
: 整个suffix tree。每个节点加个counter,肯定越深的节点的counter越小,就搜最深
: 的counter大于0.75billion的那个。
: 咋样?

1 (共1页)
进入JobHunting版参与讨论
相关主题
wordBreak问题,有非递归的方法么有人知道怎么证明最短公共超序列问题是NP Hard 的么?谢谢!
How to solve this problem?finds all repeated substrings in the string --- YAHOO interview question
How to design google search suggestion?那个 google hint words 的老题
请教suffix tree and longest repeated substring什么时候用SUFFIX TREE,什么时候用TRIE
新鲜面试题longest common prefix 和 longest common substring
google phone interview question单词提示是怎么实现的?
还真从来没见过考KMP之类string matching算法的Longest Common Fix
Longest common string问题无穷的字符串流, 有限的内存, 如何快速的找出唯一一对 重复字符串?
相关话题的讨论汇总
话题: 中找话题: prefix话题: urls