由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 如何从URL中取出有意义的words
相关主题
word search follow up的问题on-site的时候Trie和suffix tree会考coding吗?
finds all repeated substrings in the string --- YAHOO interview question问两道字符串的题
请教一道题目A家面经
Amazon Interview Question两道A家面试题
也报个面经吧Leetcode Word Break I 有o(n^2)的算法吗?
面试题求教: Find Longest Word Made of Other Words问个Longest Common Substring的问题
suffix tree 和 trieVMWARE 的在线测试题一个
关于coding面试的问题急, 请教个面试问题
相关话题的讨论汇总
话题: url话题: words话题: given话题: inns话题: substring
进入JobHunting版参与讨论
1 (共1页)
b*******8
发帖数: 33
1
Given you a URL, thenewyorkinns.com, ask to take the substring before "."
and separate it into several meaningful words. In this case it is "the","new
","york","inns".
k*p
发帖数: 1526
2
trie?

new

【在 b*******8 的大作中提到】
: Given you a URL, thenewyorkinns.com, ask to take the substring before "."
: and separate it into several meaningful words. In this case it is "the","new
: ","york","inns".

b*******8
发帖数: 33
3
还没有怎么听说过trie.能给出相关连接么? 谢谢!
这是G的一道面试题.

【在 k*p 的大作中提到】
: trie?
:
: new

k*p
发帖数: 1526
4
其实就是prefix tree,也叫trie,你可以google一下wiki

【在 b*******8 的大作中提到】
: 还没有怎么听说过trie.能给出相关连接么? 谢谢!
: 这是G的一道面试题.

b*******8
发帖数: 33
5
但是好像不太适合这题。trie tree对存储字典什么的比较合适。不知道上面这题,有
谋有更efficient的算法呢?

【在 k*p 的大作中提到】
: 其实就是prefix tree,也叫trie,你可以google一下wiki
1 (共1页)
进入JobHunting版参与讨论
相关主题
急, 请教个面试问题也报个面经吧
问个算法题面试题求教: Find Longest Word Made of Other Words
那个 google hint words 的老题suffix tree 和 trie
An interview question关于coding面试的问题
word search follow up的问题on-site的时候Trie和suffix tree会考coding吗?
finds all repeated substrings in the string --- YAHOO interview question问两道字符串的题
请教一道题目A家面经
Amazon Interview Question两道A家面试题
相关话题的讨论汇总
话题: url话题: words话题: given话题: inns话题: substring