由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - google 电话面试题
相关主题
问一道字符串相关的题目。一道老题
LeetCode: Word Ladder一道google interview的题目
请教个面试题Given dictionary, transform one word to another of same length这道题题目什么意思啊
在线紧急求助一道system design面试题,面经内附问个google面试题
Amazon面试题请教再问一道老题
一个关于SVD的面试题 (转载)问个google面试题
据说是M$面试题...一道google 面试题
[合集] 请教一道算法面试题请教G家的一个面试题
相关话题的讨论汇总
话题: word话题: dictionary话题: source话题: given话题: step
进入JobHunting版参与讨论
1 (共1页)
R********n
发帖数: 3601
1
前面不说了。技术问题:
Given a source word, a target word, and a dictionary, how to transform the
source word into target word by changing only one letter in each step. The
word you get in each step must be in the dictionary.
一些数,不知道有多少个。你的内存有限。要你读完这些数之后立刻以相同几率选出一个。
U*****R
发帖数: 60
2
Can I convert the dictionary into a graph: nodes are words and there is one
edge between two words if there is only one different char between them.
The question will be like: given a source node, find a path from it to
destination node.
The whole graph may be sparse so that it can be loaded into memory totally.
1 (共1页)
进入JobHunting版参与讨论
相关主题
请教G家的一个面试题Amazon面试题请教
问一个word ladder的题目一个关于SVD的面试题 (转载)
edit distance vs. word ladder 据说是M$面试题...
一道题Find all words from a dictionary that are Y edit distance away.[合集] 请教一道算法面试题
问一道字符串相关的题目。一道老题
LeetCode: Word Ladder一道google interview的题目
请教个面试题Given dictionary, transform one word to another of same length这道题题目什么意思啊
在线紧急求助一道system design面试题,面经内附问个google面试题
相关话题的讨论汇总
话题: word话题: dictionary话题: source话题: given话题: step