由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - amazon第一轮电面
相关主题
Amazon第一轮电面面经小公司软工第一轮电面
关于google电面的疑问攒RP发A家第一轮电面
G, M, Z面筋明天onsite, 发下两轮Amazon的面经,攒rp
Amazon 电面MS intern 电面被拒,附上面试过程
Facebook第一轮电面面经几道关于数据结构的面试题。
A电面二电面不好,求bless。这题怎么答?
Bloomberg电面题目+ 攒RP for onsite怎么提高BST traversal efficiency?
UBER 电面今天没心情看书,上来聊聊我这1个半月都干嘛了
相关话题的讨论汇总
话题: hash话题: table话题: compared话题: bst话题: bless
进入JobHunting版参与讨论
1 (共1页)
u*****r
发帖数: 39
1
第一次上来写个面经:
先介绍一下自己做的项目,然后开始做题。
1.给个integer number, 如果用2进制表示,计算里面有多少个 '1', 写code.
2. 介绍常用的数据结构, 分析binary search tree的查找复杂度
3. 分析hash table 的优缺点
4. 设计纸牌游戏的class
最后一题没做完,时间就到了, 让我问个问题结束。
大家bless我一下吧!
P**l
发帖数: 3722
2
bless下
f*******t
发帖数: 7549
3
bless
r*******y
发帖数: 1081
4
45 minutes?
bless

【在 u*****r 的大作中提到】
: 第一次上来写个面经:
: 先介绍一下自己做的项目,然后开始做题。
: 1.给个integer number, 如果用2进制表示,计算里面有多少个 '1', 写code.
: 2. 介绍常用的数据结构, 分析binary search tree的查找复杂度
: 3. 分析hash table 的优缺点
: 4. 设计纸牌游戏的class
: 最后一题没做完,时间就到了, 让我问个问题结束。
: 大家bless我一下吧!

r*******y
发帖数: 1081
5
how to tell the advantage and disadvantage of hash table?

【在 u*****r 的大作中提到】
: 第一次上来写个面经:
: 先介绍一下自己做的项目,然后开始做题。
: 1.给个integer number, 如果用2进制表示,计算里面有多少个 '1', 写code.
: 2. 介绍常用的数据结构, 分析binary search tree的查找复杂度
: 3. 分析hash table 的优缺点
: 4. 设计纸牌游戏的class
: 最后一题没做完,时间就到了, 让我问个问题结束。
: 大家bless我一下吧!

u*****r
发帖数: 39
6
check the answer from this link http://arnosoftwaredev.blogspot.com/2010/10/hash-tables-vs-binary-search-tree.html

【在 r*******y 的大作中提到】
: how to tell the advantage and disadvantage of hash table?
g****n
发帖数: 194
7
apply amazon jobs:
http://jobguiding.com/it-jobs/it-companies/amazon.html

【在 u*****r 的大作中提到】
: 第一次上来写个面经:
: 先介绍一下自己做的项目,然后开始做题。
: 1.给个integer number, 如果用2进制表示,计算里面有多少个 '1', 写code.
: 2. 介绍常用的数据结构, 分析binary search tree的查找复杂度
: 3. 分析hash table 的优缺点
: 4. 设计纸牌游戏的class
: 最后一题没做完,时间就到了, 让我问个问题结束。
: 大家bless我一下吧!

r*******y
发帖数: 1081
8
thanks

【在 u*****r 的大作中提到】
: check the answer from this link http://arnosoftwaredev.blogspot.com/2010/10/hash-tables-vs-binary-search-tree.html
k****n
发帖数: 369
9
by adv/disadv, you must specify something to compare with...
Then the answer should be trivial, like
Compared with BST, hey can both used to abstract "dictionary". Hash
table is averagely faster, easy to implement, worse worst case
complexity, space waste (actually it is hard to tell)
BST is not only dict, but an ordered set, hash table is not ordered...
Compared with array, linked list, ... ...
You will have more than an interview's time to cover as long as he allows...

【在 r*******y 的大作中提到】
: how to tell the advantage and disadvantage of hash table?
q******8
发帖数: 848
10
bless,一轮都不是很难。加油!
1 (共1页)
进入JobHunting版参与讨论
相关主题
今天没心情看书,上来聊聊我这1个半月都干嘛了Facebook第一轮电面面经
A家面积A电面二
这周一的G家onsite,虽然挂了,还是发个面筋攒人品吧Bloomberg电面题目+ 攒RP for onsite
有没有必要把各种数据结构的实现自己都写几遍写熟?UBER 电面
Amazon第一轮电面面经小公司软工第一轮电面
关于google电面的疑问攒RP发A家第一轮电面
G, M, Z面筋明天onsite, 发下两轮Amazon的面经,攒rp
Amazon 电面MS intern 电面被拒,附上面试过程
相关话题的讨论汇总
话题: hash话题: table话题: compared话题: bst话题: bless