由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - RP Amazon Third phone
相关主题
今天计划做20题amazon一道面试题
请教find number of duplicates in a binary search tree解题速度啥要求
面经MS intern 电面被拒,附上面试过程
[合集] 问问版上的各位都是怎么开始学习算法和设计题目的?一个google面试题
小公司软工第一轮电面面试最郁闷的是
发AMZ电面经,攒 RP微软sdet onsite面经
贡献一个VMWARE的online test题目Bloomberg 面经
大公司算法题google 电面
相关话题的讨论汇总
话题: hash话题: files话题: amazon话题: rp话题: third
进入JobHunting版参与讨论
1 (共1页)
b********e
发帖数: 693
1
zan RP , Amazon Third phone
a white boy, no problem with english, so confortable, not like second phone,
an indian engineer
1. different Hash Table vs Binary Tree
2. since Hash table so good, why binary tree
3. write code to implement ATOI (string to integer)
4. How about has negative value for ATOI
5. two machine, big files, how to judge if two files are same
6. Two machine, each has million files, each file G bytes, how to judge
which file are different
s*********t
发帖数: 1663
2
第三题咱能ss<>i么
然后判断下overflow什么的

phone,

【在 b********e 的大作中提到】
: zan RP , Amazon Third phone
: a white boy, no problem with english, so confortable, not like second phone,
: an indian engineer
: 1. different Hash Table vs Binary Tree
: 2. since Hash table so good, why binary tree
: 3. write code to implement ATOI (string to integer)
: 4. How about has negative value for ATOI
: 5. two machine, big files, how to judge if two files are same
: 6. Two machine, each has million files, each file G bytes, how to judge
: which file are different

w******a
发帖数: 27
3
第5第六两题,不止一次出现过,有基本的思路对付这类题吗?

phone,

【在 b********e 的大作中提到】
: zan RP , Amazon Third phone
: a white boy, no problem with english, so confortable, not like second phone,
: an indian engineer
: 1. different Hash Table vs Binary Tree
: 2. since Hash table so good, why binary tree
: 3. write code to implement ATOI (string to integer)
: 4. How about has negative value for ATOI
: 5. two machine, big files, how to judge if two files are same
: 6. Two machine, each has million files, each file G bytes, how to judge
: which file are different

s*********t
发帖数: 1663
4
5. compare file size then hash?
6. hash?
I suggest creating hash info for all those files when they are created, and
update them when files are modified. Notice this is a time consuming process
, we should determine the detailed strategy based on practice. For example,
if the data is about video files which are typically around 100mb, and we do
n't care to much about duplication. We could run this process every xxx hour
s or days to remove duplication. something like that I guess

【在 w******a 的大作中提到】
: 第5第六两题,不止一次出现过,有基本的思路对付这类题吗?
:
: phone,

1 (共1页)
进入JobHunting版参与讨论
相关主题
google 电面小公司软工第一轮电面
google 面试题发AMZ电面经,攒 RP
amazon 电面题目贡献一个VMWARE的online test题目
请问如何binary search出数组中的重复元素大公司算法题
今天计划做20题amazon一道面试题
请教find number of duplicates in a binary search tree解题速度啥要求
面经MS intern 电面被拒,附上面试过程
[合集] 问问版上的各位都是怎么开始学习算法和设计题目的?一个google面试题
相关话题的讨论汇总
话题: hash话题: files话题: amazon话题: rp话题: third