由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 现在的面试越来越无聊了
相关主题
[算法]二分搜索变体请教各位大牛一些学习方面的意见。
请大家帮我看看,这个用什么数据结构好topcoder难度和面试难度比较
Topcoder与面试准备有没有CS读了3年还没怎么编程的
Google on-site最恐怖的事对于非大牛来说答案code还是要背的吧?
一道算法题求教,关于全连通图参加 Google Code Jam Round 1A 2010 的进来报道了
fb的puzzle相当于topcoder srm什么水平?A Simple Question on Binary Search
大牛给点建议如果不想进google,amazon,facebook这类公司
Topcoder绝大多数的屋子都连不进去,timeout了有人做过Quantcast3小时的test吗?
相关话题的讨论汇总
话题: interview话题: questions话题: pearls话题: code
进入JobHunting版参与讨论
1 (共1页)
p**********s
发帖数: 115
1
一般面试都好歹问问题,考考基本的数据结构,算法什么的。最近几个interview都是
上来直接做白板题。难道真的是经济形势好了,要求低了,能写code就招了?
s*********t
发帖数: 1663
2
白板比问问题难啊

【在 p**********s 的大作中提到】
: 一般面试都好歹问问题,考考基本的数据结构,算法什么的。最近几个interview都是
: 上来直接做白板题。难道真的是经济形势好了,要求低了,能写code就招了?

t*q
发帖数: 104
3
看招什么了,如果招来是写code的当然应该考code,招到的都是精通算法数据结构但是
不会写code的就不行了

【在 p**********s 的大作中提到】
: 一般面试都好歹问问题,考考基本的数据结构,算法什么的。最近几个interview都是
: 上来直接做白板题。难道真的是经济形势好了,要求低了,能写code就招了?

j**l
发帖数: 2911
4
这叫开门见山,直入主题。现在不少电面也是这样的。
主要是他们不想你只会纸上谈兵,眼高手低。很多时候你知道原理和算法,实际去写代
码不一定能写对,或者对边界情况考虑不周全。
有个著名的例子是,在早期的计算机编程年代,第一个二分查找的算法被提出后,过了
十多年,才有人发表了几乎没有bug的二分查找代码。
P********l
发帖数: 452
5
Really? I never heard of that.
了十多年,才有人发表了几乎没有bug的二分查找代码。
t******e
发帖数: 1293
6
没有看Programming Pearls了吧,看了你就知道了
不过我也有点怀疑,按道理来说发表binary search的那篇paper
里面就会有接近实际代码的伪码的了
里面的证明要verify这个code的正确性,就需要用到啥循环的
pre-condition, post-condition,和loop invariant的

【在 P********l 的大作中提到】
: Really? I never heard of that.
: 了十多年,才有人发表了几乎没有bug的二分查找代码。

g*****c
发帖数: 4378
7
这才是正道
l******c
发帖数: 2555
8
most algorithm and data structure tests are totally useless.
they are designed for fresh graduates without any experience.
in practice, if some algorithm is needed,that's weeks, months, or years of
work, not 15 minutes work.

【在 p**********s 的大作中提到】
: 一般面试都好歹问问题,考考基本的数据结构,算法什么的。最近几个interview都是
: 上来直接做白板题。难道真的是经济形势好了,要求低了,能写code就招了?

i***1
发帖数: 95
9
It depends...
One example is, go ahead and try difficult problem in topcoder or google
code jam. Those big Niu can solve them within an hour. It could took me more
than a few days, if I could find a solution myself...

【在 l******c 的大作中提到】
: most algorithm and data structure tests are totally useless.
: they are designed for fresh graduates without any experience.
: in practice, if some algorithm is needed,that's weeks, months, or years of
: work, not 15 minutes work.

y*c
发帖数: 904
10
面试准备的算法还是有用的。我最近工作中用到那个 largest rectangle under a
histogram 和programming pearls里面的一个题的解法。
相关主题
fb的puzzle相当于topcoder srm什么水平?请教各位大牛一些学习方面的意见。
大牛给点建议topcoder难度和面试难度比较
Topcoder绝大多数的屋子都连不进去,timeout了有没有CS读了3年还没怎么编程的
进入JobHunting版参与讨论
p**********s
发帖数: 115
11
it took me 1-2 hours to solve the 1000 problem at topcoder:)

more

【在 i***1 的大作中提到】
: It depends...
: One example is, go ahead and try difficult problem in topcoder or google
: code jam. Those big Niu can solve them within an hour. It could took me more
: than a few days, if I could find a solution myself...

i***1
发帖数: 95
12
Cool!
if you can consistently do that for most of 1000 problem, you are really
very niu.

【在 p**********s 的大作中提到】
: it took me 1-2 hours to solve the 1000 problem at topcoder:)
:
: more

h**6
发帖数: 4160
13
牛人啊,无限景仰。
div1的1000分题我最多会做四分之一,耗时也要两小时左右。

【在 p**********s 的大作中提到】
: it took me 1-2 hours to solve the 1000 problem at topcoder:)
:
: more

c******n
发帖数: 4965
14
exactly
that's why i'm really pissed off
but if these stupid suckers love writing binsearch on white board, then
I can do it, I can train myself to excel in these stupid questions,
as everyone knows, after u write all the answers for Programming pearls,
you will be fluent at these
but these are completely useless in work, nor do they show ur potential
to solve real problems at work.
real problems at work require persistence, fast learning ability,
and problem solving ability.
so now I highly que

【在 l******c 的大作中提到】
: most algorithm and data structure tests are totally useless.
: they are designed for fresh graduates without any experience.
: in practice, if some algorithm is needed,that's weeks, months, or years of
: work, not 15 minutes work.

c******n
发帖数: 4965
15
point is, the interview questions are much much stupider and simpler
than the code jam questions.
yes code jam winners can finish the interview questions immediately,
but answering the interview questions does not show any linkage to ability
to win a code jam

more

【在 i***1 的大作中提到】
: It depends...
: One example is, go ahead and try difficult problem in topcoder or google
: code jam. Those big Niu can solve them within an hour. It could took me more
: than a few days, if I could find a solution myself...

s*********t
发帖数: 1663
16
the point is they don't expect you to write all the answers for programming
pearls before you go to an interview. this kind of interview is designed to
test coding ability and basic algorithm. and the fact is, those suckers you
mentioned who rules at acm or codejam or topcoder, turned out to be outstand
ing as well in practice.

【在 c******n 的大作中提到】
: exactly
: that's why i'm really pissed off
: but if these stupid suckers love writing binsearch on white board, then
: I can do it, I can train myself to excel in these stupid questions,
: as everyone knows, after u write all the answers for Programming pearls,
: you will be fluent at these
: but these are completely useless in work, nor do they show ur potential
: to solve real problems at work.
: real problems at work require persistence, fast learning ability,
: and problem solving ability.

1 (共1页)
进入JobHunting版参与讨论
相关主题
有人做过Quantcast3小时的test吗?一道算法题求教,关于全连通图
刚刚面完G,求Blessfb的puzzle相当于topcoder srm什么水平?
Facebook面试Q&A (转一大牛同事的blog)大牛给点建议
呼吁不能只做150,leetcode,还要复习基础算法和数据结构Topcoder绝大多数的屋子都连不进去,timeout了
[算法]二分搜索变体请教各位大牛一些学习方面的意见。
请大家帮我看看,这个用什么数据结构好topcoder难度和面试难度比较
Topcoder与面试准备有没有CS读了3年还没怎么编程的
Google on-site最恐怖的事对于非大牛来说答案code还是要背的吧?
相关话题的讨论汇总
话题: interview话题: questions话题: pearls话题: code