由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - google 电面题
相关主题
拿到了Amazon onsite,发两轮电面题攒RP判断一个linked list是不是palindrome
一道FB电面题豁出去了,决定怒刷100题
求推荐学习recursive 算法的资料请教recursive backtracking问题的时间复杂度的分析
求教一个combination的问题,求好方法MS a0, a1, ..., b0, b1... 问题
求教一道ms的题目convert bst to doubly linked list 求个干净容易理解的答案
"简单的"linklist的问题有人同看Populating Next Right Pointers in Each Node II的recursive写法么?
一个stack怎么sortDFS 堆栈溢出,怎么破?
两种DPRecursive 题
相关话题的讨论汇总
话题: quantum话题: thousands话题: files话题: question话题: file
进入JobHunting版参与讨论
1 (共1页)
c**y
发帖数: 172
1
question 1
implement a function to calculate x^y, where x is double and y is integer.
Answer: use recursion
question 2
1TB disk, thousands of thousands of files. How to find out the files who
have the same quantum?
I don't know what the quantum of a file is? According to the interviewer's
explanation, the quantum means the arrangement of '0' and '1' bits inside a
file.
s*********t
发帖数: 1663
2
第一个用简单的循环会比recursion好吗?
第二个排序后checksum hashtable?

a

【在 c**y 的大作中提到】
: question 1
: implement a function to calculate x^y, where x is double and y is integer.
: Answer: use recursion
: question 2
: 1TB disk, thousands of thousands of files. How to find out the files who
: have the same quantum?
: I don't know what the quantum of a file is? According to the interviewer's
: explanation, the quantum means the arrangement of '0' and '1' bits inside a
: file.

D***h
发帖数: 183
3
bless。thanks for sharing。

a

【在 c**y 的大作中提到】
: question 1
: implement a function to calculate x^y, where x is double and y is integer.
: Answer: use recursion
: question 2
: 1TB disk, thousands of thousands of files. How to find out the files who
: have the same quantum?
: I don't know what the quantum of a file is? According to the interviewer's
: explanation, the quantum means the arrangement of '0' and '1' bits inside a
: file.

f*******r
发帖数: 1086
4

a
祝好运!

【在 c**y 的大作中提到】
: question 1
: implement a function to calculate x^y, where x is double and y is integer.
: Answer: use recursion
: question 2
: 1TB disk, thousands of thousands of files. How to find out the files who
: have the same quantum?
: I don't know what the quantum of a file is? According to the interviewer's
: explanation, the quantum means the arrangement of '0' and '1' bits inside a
: file.

J*********r
发帖数: 5921
5
quantum?
1 (共1页)
进入JobHunting版参与讨论
相关主题
Recursive 题求教一道ms的题目
问个题,bt中找最大的bst"简单的"linklist的问题
求教一道面试题一个stack怎么sort
G电面两种DP
拿到了Amazon onsite,发两轮电面题攒RP判断一个linked list是不是palindrome
一道FB电面题豁出去了,决定怒刷100题
求推荐学习recursive 算法的资料请教recursive backtracking问题的时间复杂度的分析
求教一个combination的问题,求好方法MS a0, a1, ..., b0, b1... 问题
相关话题的讨论汇总
话题: quantum话题: thousands话题: files话题: question话题: file