由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Twitter的难题谁有答案?
相关主题
关于elements of programming interviewsfind kth element in n*n sorted matrix
讨论一个题目大牛们看看这题:Find Peak Element II
一道热门的 Google 面试题真慫阿, Facebook 1st phone interview,
Print out all elements in a sorted matrixThe time complexity on finding the kth largest element in a
请问一道google面试题问问careerup书上的一道题:
请教一道careercup 150上的题求教一个onsite面试题目
Twitter的电面一般是个什么套路?向各位大侠请教几道面试题的思路
刚弄完Amazon online test, 求bless寻职难题巧答(1) -- 发包子! (转载)
相关话题的讨论汇总
话题: matrix话题: twitter话题: element
进入JobHunting版参与讨论
1 (共1页)
d****o
发帖数: 1055
1
给一个matrix,每个element给的值代表高度。问这个matrix能
for example:
3 6 7 8 9
5 3 1 2 6
6 3 0 2 5
4 2 3 3 2
The water should be (3-1) + (3-0) + (3-2) + (3-2) = 7.
a********m
发帖数: 15480
2
记得板上有2d的解法,3d应该差不太多。

【在 d****o 的大作中提到】
: 给一个matrix,每个element给的值代表高度。问这个matrix能
: for example:
: 3 6 7 8 9
: 5 3 1 2 6
: 6 3 0 2 5
: 4 2 3 3 2
: The water should be (3-1) + (3-0) + (3-2) + (3-2) = 7.

c****m
发帖数: 179
3
黑书上有
m******k
发帖数: 43
4
请问黑书是什么书?

【在 c****m 的大作中提到】
: 黑书上有
1 (共1页)
进入JobHunting版参与讨论
相关主题
寻职难题巧答(1) -- 发包子! (转载)请问一道google面试题
再讨论一个面试难题请教一道careercup 150上的题
听来的两个跟找工作的事Twitter的电面一般是个什么套路?
H1B转换难题刚弄完Amazon online test, 求bless
关于elements of programming interviewsfind kth element in n*n sorted matrix
讨论一个题目大牛们看看这题:Find Peak Element II
一道热门的 Google 面试题真慫阿, Facebook 1st phone interview,
Print out all elements in a sorted matrixThe time complexity on finding the kth largest element in a
相关话题的讨论汇总
话题: matrix话题: twitter话题: element