k***e 发帖数: 1931 | 1 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙
印都受不了了,打算挂了算了,问点啥算法题好? |
E*********8 发帖数: 99 | |
u***n 发帖数: 21026 | |
f****e 发帖数: 923 | 4 Given a n*m size 2D array with integers from 1 to n*m - 1 in it.
Integers are not sorted. The last position of the matrix stays a movable
block.
For each time, you can swap the movable block with any adjacent number.
And eventually you will have the integers sorted and the movable block
returned
to its starting position. Think about an approach to print the path.
(You can assume it always have at least a solution)
如果他能做出来, 记得分享一下答案
【在 k***e 的大作中提到】 : 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙 : 印都受不了了,打算挂了算了,问点啥算法题好?
|
u***n 发帖数: 21026 | |
H**********5 发帖数: 2012 | 6 看到楼上出难题的我就笑了,我估计这种烙印连lc medium题都不一定能做出来。但碰
到烙印manager随便聊下就能进来。老中呢,刷完lc 600题,面试时稍微一题有问题这
次面试就废了。全世界人都知道老中会刷题。linkedin不是有傻逼老中面试官么把老中
和烙印candidates区分对待,妹的老中就应该lc全部刷完了bug free才能过,烙印没要
求直接过。 |
u**u 发帖数: 668 | |
k***e 发帖数: 1931 | 8 第一面烙印说这个人coding能力不行,但是态度是骑墙,建议第二面增加算法题。我看
干脆挂掉算了。
【在 u**u 的大作中提到】 : 第一面的烙印都受不了,怎么还有二面?
|
o*******r 发帖数: 73 | 9 这个应该和矩阵里面逆序的个数有关。。如果只有一个逆序,应该是没有答案的。。题目
很有意思,下班后做一下试试。
-------------------
下班了,没搞定。。
【在 f****e 的大作中提到】 : Given a n*m size 2D array with integers from 1 to n*m - 1 in it. : Integers are not sorted. The last position of the matrix stays a movable : block. : For each time, you can swap the movable block with any adjacent number. : And eventually you will have the integers sorted and the movable block : returned : to its starting position. Think about an approach to print the path. : (You can assume it always have at least a solution) : 如果他能做出来, 记得分享一下答案
|
G****A 发帖数: 4160 | 10 问丫会说中文么
【在 k***e 的大作中提到】 : 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙 : 印都受不了了,打算挂了算了,问点啥算法题好?
|
|
|
m******6 发帖数: 21 | 11 真的觉得老印在阻挡中国人。最近有两个职位其实很合适,就是让老印生生地挡了回来
【在 k***e 的大作中提到】 : 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙 : 印都受不了了,打算挂了算了,问点啥算法题好?
|
e***a 发帖数: 1661 | 12 ask A3 the most difficult and tricky questions. |
p*********g 发帖数: 2998 | |
h*******7 发帖数: 222 | |
h***1 发帖数: 2263 | 15 这种人估计随便问个啥算法都能把他挂了。
【在 k***e 的大作中提到】 : 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙 : 印都受不了了,打算挂了算了,问点啥算法题好?
|
e*******s 发帖数: 1979 | 16 可以随便问个简单的题目 让他自己follow up
比如问个链表操作 然后评价上写上怎么提示也不开窍
没靠考虑到链表可能有环的情况 环可能不在head 之类的
【在 k***e 的大作中提到】 : 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙 : 印都受不了了,打算挂了算了,问点啥算法题好?
|
e*******s 发帖数: 1979 | 17 为什么受不了了还会有第二面
【在 k***e 的大作中提到】 : 一个在印度的烙印想跳过来,简历看起来很牛但是很水,我们组的一个面他第一面的烙 : 印都受不了了,打算挂了算了,问点啥算法题好?
|
s*******e 发帖数: 1630 | 18 为啥要弄难题啊?他答不上到时还说你刁难了。就问普通题变种,大数相减啊,树的
serialize和deserialize啊 |
o*******r 发帖数: 73 | 19 http://www.guokr.com/article/54088/
【在 f****e 的大作中提到】 : Given a n*m size 2D array with integers from 1 to n*m - 1 in it. : Integers are not sorted. The last position of the matrix stays a movable : block. : For each time, you can swap the movable block with any adjacent number. : And eventually you will have the integers sorted and the movable block : returned : to its starting position. Think about an approach to print the path. : (You can assume it always have at least a solution) : 如果他能做出来, 记得分享一下答案
|