由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Cracking Ed4里的20.10的答案给的好繁琐呀
相关主题
Cracking Ed4里的9.7 答案有错吗?报google offer + 教训
(附面经) cap-exempt H1B 到cap-subject H1B的问题how would you create the index for a book
Crack the coding interview 是不是就是新版的 careercup 150?几个Java面试题 (转载)
求面试的题库, 专业的练习题,附答案一本用Java进行算法面试的好书
Second round phone interview with eBaystd::unordered_map 和 Java的Hashmap有啥米区别
谁会做>??????????????????????????????????????新鲜Amazon面经
Bloomberg的电面 希望对你有用兼攒rp问几个关于hash, map, set的问题
一道算法题G家一面。
相关话题的讨论汇总
话题: word话题: ed4话题: cracking话题: dictionary话题: damp
进入JobHunting版参与讨论
1 (共1页)
c****g
发帖数: 85
1
华丽丽地用了LinkedList, HashSet, TreeMap
Question 20.10 Given two words of equal length that are in a dictionary,
write a method to transform one word into another word by changing only one
letter at a time. The new word you get in each step must be in the
dictionary.
EXAMPLE:
Input: DAMP, LIKE
Output: DAMP->LAMP->LIMP->LIME->LIKE
既然dictionary可以用hashtable检查,而一个word的长度有限,先把变化的各种可能
组合列出来,直接用hashtable检查这些words是否存在于字典里。这样是不是更快,更
直观。
1 (共1页)
进入JobHunting版参与讨论
相关主题
G家一面。Second round phone interview with eBay
G电面被拘。。郁闷中。求安慰。谁会做>??????????????????????????????????????
leetcode 这题insert interval怎么做?Bloomberg的电面 希望对你有用兼攒rp
被recruiter问到的2个基础题一道算法题
Cracking Ed4里的9.7 答案有错吗?报google offer + 教训
(附面经) cap-exempt H1B 到cap-subject H1B的问题how would you create the index for a book
Crack the coding interview 是不是就是新版的 careercup 150?几个Java面试题 (转载)
求面试的题库, 专业的练习题,附答案一本用Java进行算法面试的好书
相关话题的讨论汇总
话题: word话题: ed4话题: cracking话题: dictionary话题: damp