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 | |
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里面的一个题的解法。 |
|
|
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.
|