由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 是不是只要是search都是inverted index?
相关主题
单词提示是怎么实现的?急问,Boggle (crossword)的解题思路?
Amazon Interview Question电话号码是什么data type
那个 google hint words 的老题finds all repeated substrings in the string --- YAHOO interview question
贡献一个onsite的题,大家看看有没有什么思路请教几道经典题
rocket fuel 面试题有没有大牛总结一下trie, suffix tree, suffix array, B+ tree各自应用在哪些问题。
电面不好,求bless。这题怎么答?什么时候用SUFFIX TREE,什么时候用TRIE
一道老题但是以前的解好象都不对trie vs suffix tree
有没有遇到让当场写一个suffix tree或者automaton的?请推荐好的快速教程关于B+, red-black tree, trie...
相关话题的讨论汇总
话题: inverted话题: search话题: index话题: hash话题: 只要
进入JobHunting版参与讨论
1 (共1页)
h*****y
发帖数: 218
1
看了不少设计题都是这么做的
t****n
发帖数: 313
2
could be suffix tree/trie/hash/b-tree, depending on the problem.

【在 h*****y 的大作中提到】
: 看了不少设计题都是这么做的
h*****y
发帖数: 218
3
分别怎么取舍呢? hash table直接一一影射也可以吧。

【在 t****n 的大作中提到】
: could be suffix tree/trie/hash/b-tree, depending on the problem.
l*********o
发帖数: 736
4
具体看什么类型的hash table, 影响hash function实现
hash归根结底要把key和一个integer对应起来,这样才能直接找到内存地址

【在 h*****y 的大作中提到】
: 分别怎么取舍呢? hash table直接一一影射也可以吧。
t****n
发帖数: 313
5
别急。先说说你要search什么?data多大?query是什么?先把问题想好了再想答案。
1 (共1页)
进入JobHunting版参与讨论
相关主题
请推荐好的快速教程关于B+, red-black tree, trie...rocket fuel 面试题
suffix tree有必要搞懂吗?电面不好,求bless。这题怎么答?
suffix tree 和 trie一道老题但是以前的解好象都不对
on-site的时候Trie和suffix tree会考coding吗?有没有遇到让当场写一个suffix tree或者automaton的?
单词提示是怎么实现的?急问,Boggle (crossword)的解题思路?
Amazon Interview Question电话号码是什么data type
那个 google hint words 的老题finds all repeated substrings in the string --- YAHOO interview question
贡献一个onsite的题,大家看看有没有什么思路请教几道经典题
相关话题的讨论汇总
话题: inverted话题: search话题: index话题: hash话题: 只要