由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Amazon 面经
相关主题
发一个fb面经Yelp offer求教,附面经
Dream company Onsite被搞了(少量面经)Bloomerg 还没放弃我。 电话二面经过。
一道有关String的面试题google phone interview
interview Qs collectionMS onsite 归来,新鲜面经,巨长,顺便求祝福
周末上道小题吧anagram的问个anagram的题目啊
菜鸟的问题:Given a string, find whether it has any permutation of another string关于anagram的老题?
leetcode的anagram为什么用char array 做hashmap key就过不了呢?面经&感想
FLGU面经贴问个anagram的问题
相关话题的讨论汇总
话题: anagram话题: system话题: amazon话题: words话题: whether
进入JobHunting版参与讨论
1 (共1页)
c*****n
发帖数: 95
1
前面一大堆背景 + Paper
System Design:
How do you adapt a speech recognition system to a specific user, and how to
do it dynamically.
算法:
1. Given N words, and a string X, decide whether X is an anagram of any of
those N words
follow up:
Find whether X consists of multiple anagrams: you can splice the X in any
different ways: e.g.
"abcde" can be divided into ("abc", "de") ("ac", "bde") ("abce", "d") ......
g**u
发帖数: 583
2

to
那每一个char都可以认为是anagram么?如果是的话,是不是所有的都是可以认为都是
anagram了?
如果不是的话,那么按照anagram对称的原则,把所有的char scan一边,然后count每
个char出现的次数,有仅有一个char出现是奇数,所有其他都是偶数的话,那么就可以
把它分为一个anagram?

【在 c*****n 的大作中提到】
: 前面一大堆背景 + Paper
: System Design:
: How do you adapt a speech recognition system to a specific user, and how to
: do it dynamically.
: 算法:
: 1. Given N words, and a string X, decide whether X is an anagram of any of
: those N words
: follow up:
: Find whether X consists of multiple anagrams: you can splice the X in any
: different ways: e.g.

w***n
发帖数: 58
3
算法第一问 linear algebra 第二问dp?
1 (共1页)
进入JobHunting版参与讨论
相关主题
问个anagram的问题周末上道小题吧anagram的
offer@Amazon+面经+求意见菜鸟的问题:Given a string, find whether it has any permutation of another string
Two Sigma 面经 + 求问onsite之后多长时间给结果leetcode的anagram为什么用char array 做hashmap key就过不了呢?
一道G家店面题FLGU面经贴
发一个fb面经Yelp offer求教,附面经
Dream company Onsite被搞了(少量面经)Bloomerg 还没放弃我。 电话二面经过。
一道有关String的面试题google phone interview
interview Qs collectionMS onsite 归来,新鲜面经,巨长,顺便求祝福
相关话题的讨论汇总
话题: anagram话题: system话题: amazon话题: words话题: whether