由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 今天电面又被老印黑了。。。。
相关主题
电面bloomberg的,你们拿到onsite了吗Offer from Bloomberg
bloomberg电面结束,送上面经,求祝福Amazon第一轮电面面经
求教Amazon电面2轮Amazon电面
Bloomberg 非CS口的电面youtube, tripadvisor的onsite面经
M家面经(挂了)Google电面面经 + onsite求祝福
Google Japan电面攒人品,yahoo电面面经
被老印 lay off 了, 求referG, M, Z面筋
电面了个公司,感觉很不好面了几家电面,发现Backtracking考到的概率真高
相关话题的讨论汇总
话题: time话题: up话题: infinite话题: algorithm话题: even
进入JobHunting版参与讨论
1 (共1页)
g*******s
发帖数: 2963
1
问我what is the worst sorting algorithm
我说n^2还不够那我想个n^3的,
他说even worse,
我想了一会他说if you randomly swap two positions every time, you may end up
infinite time ......
我无语了。。。想要infinite time我直接给你个while(1)好不好?
第二天果然悲剧
u*l
发帖数: 1943
2
You should tell HR, complains about it.
I can even think of even worse algorithm: keep rotating the array. :)

up

【在 g*******s 的大作中提到】
: 问我what is the worst sorting algorithm
: 我说n^2还不够那我想个n^3的,
: 他说even worse,
: 我想了一会他说if you randomly swap two positions every time, you may end up
: infinite time ......
: 我无语了。。。想要infinite time我直接给你个while(1)好不好?
: 第二天果然悲剧

t*****s
发帖数: 416
3
上周电面NVIDIA被老印坑了的路过……
M*******u
发帖数: 51
4
擦,这老印太搞笑了
r*********n
发帖数: 4553
5
这显然是头被门夹过之后才能出得出来的问题
而且他的答案刚好说明他不懂概率。如果你真的随机swap两个元素,那么把整个序列排
序成功的概率不为零,如果把整个事件用一个随机变量来表示,那么这个r.v服从
geometric distribution,so the expectation of the time is the inverse of
that probability (non-zero),and also because time average approaches the
expectation due to law of large number, the program will stop at some future
time with probability one.
N*D
发帖数: 3641
6
cft,但我实在忍不住笑了。跟当年一个烙印问我:你Java和C++那个熟悉,我说C++的
时候,他说那我问你Java的问题吧一样搞笑,哈哈。
r*******6
发帖数: 99
7
这个经典。。
s*********s
发帖数: 318
8
老中不能再沉默了,一定要告这个烙印。
L*********s
发帖数: 3063
9
A wrong algorithm is even worse

up
★ 发自iPhone App: ChineseWeb 7.8

【在 g*******s 的大作中提到】
: 问我what is the worst sorting algorithm
: 我说n^2还不够那我想个n^3的,
: 他说even worse,
: 我想了一会他说if you randomly swap two positions every time, you may end up
: infinite time ......
: 我无语了。。。想要infinite time我直接给你个while(1)好不好?
: 第二天果然悲剧

h*********i
发帖数: 2605
10
nnn
相关主题
Google Japan电面Offer from Bloomberg
被老印 lay off 了, 求referAmazon第一轮电面面经
电面了个公司,感觉很不好2轮Amazon电面
进入JobHunting版参与讨论
j****n
发帖数: 4358
11
一定要像HR complaint,
他下次肯定不敢了

up

【在 g*******s 的大作中提到】
: 问我what is the worst sorting algorithm
: 我说n^2还不够那我想个n^3的,
: 他说even worse,
: 我想了一会他说if you randomly swap two positions every time, you may end up
: infinite time ......
: 我无语了。。。想要infinite time我直接给你个while(1)好不好?
: 第二天果然悲剧

c***r
发帖数: 184
12
这个黑得没边了!如果是大公司,一定要告诉recruiter. 如果是小公司,直接告诉ceo
/vp. 太过分了。
f********x
发帖数: 2086
13

up
气人
投诉死他
挖他简历造假,举报移民局

【在 g*******s 的大作中提到】
: 问我what is the worst sorting algorithm
: 我说n^2还不够那我想个n^3的,
: 他说even worse,
: 我想了一会他说if you randomly swap two positions every time, you may end up
: infinite time ......
: 我无语了。。。想要infinite time我直接给你个while(1)好不好?
: 第二天果然悲剧

c***z
发帖数: 6348
14
今天帮你报仇了
l**d
发帖数: 746
15
简直是令人发指阿
h***i
发帖数: 1970
16
while loop肯定不行,你还是需要最后可能sort出来的.

up

【在 g*******s 的大作中提到】
: 问我what is the worst sorting algorithm
: 我说n^2还不够那我想个n^3的,
: 他说even worse,
: 我想了一会他说if you randomly swap two positions every time, you may end up
: infinite time ......
: 我无语了。。。想要infinite time我直接给你个while(1)好不好?
: 第二天果然悲剧

o********4
发帖数: 45
17
這也太搞笑了吧.
j*****d
发帖数: 63
18
以后变牛了黑回去
j**7
发帖数: 143
19
Compute all the permutations of an array of integers. For each permutation,
check if it is sorted. If it is, then stop. O(n!*n)
r*********g
发帖数: 21
20
这个黑得也太明目张胆了吧
h****p
发帖数: 87
21
这。。

up
★ 发自iPhone App: ChineseWeb 7.8

【在 g*******s 的大作中提到】
: 问我what is the worst sorting algorithm
: 我说n^2还不够那我想个n^3的,
: 他说even worse,
: 我想了一会他说if you randomly swap two positions every time, you may end up
: infinite time ......
: 我无语了。。。想要infinite time我直接给你个while(1)好不好?
: 第二天果然悲剧

s*****c
发帖数: 122
22
我也有类似经历。这个肯定需要向HR Complain的,一告一个准,下次他就会收敛了。
1 (共1页)
进入JobHunting版参与讨论
相关主题
面了几家电面,发现Backtracking考到的概率真高M家面经(挂了)
Amazon.com电面Google Japan电面
问一下关于google两小时电面被老印 lay off 了, 求refer
有人电面过NVIDIA Research的intern吗?电面了个公司,感觉很不好
电面bloomberg的,你们拿到onsite了吗Offer from Bloomberg
bloomberg电面结束,送上面经,求祝福Amazon第一轮电面面经
求教Amazon电面2轮Amazon电面
Bloomberg 非CS口的电面youtube, tripadvisor的onsite面经
相关话题的讨论汇总
话题: time话题: up话题: infinite话题: algorithm话题: even