s*******h 发帖数: 3219 | 1 【 以下文字转载自 JobHunting 讨论区 】
尼玛号称都10年java经验了。
删除一个arraylist的所有负数给俺这样的代码,O(1)的复杂度
就这样的人公司还要给一个offer,现在公司里都被老印占领了。老板和老板的老板都
是阿三。老印来面试不管多差都给offer. 中国人上次一个清华的本来答的很好,架不
住一堆阿三诋毁悲剧了 |
C********g 发帖数: 1548 | 2 Some hiring managers work with "VISA selling" companies to earn extra money. |
C****y 发帖数: 581 | |
l*****t 发帖数: 2019 | 4 能录用这种白痴的公司,你也在里面混?
题目蛮好,简单适用,白痴立现那种。
【在 s*******h 的大作中提到】 : 【 以下文字转载自 JobHunting 讨论区 】 : 尼玛号称都10年java经验了。 : 删除一个arraylist的所有负数给俺这样的代码,O(1)的复杂度 : 就这样的人公司还要给一个offer,现在公司里都被老印占领了。老板和老板的老板都 : 是阿三。老印来面试不管多差都给offer. 中国人上次一个清华的本来答的很好,架不 : 住一堆阿三诋毁悲剧了
|
z****e 发帖数: 54598 | 5 这个例子就是我上次说的例子
阿三这种题错的不要太多
正常 |
b**m 发帖数: 1466 | 6 你这转帖和我原帖的差距太大了。
http://www.mitbbs.com/article_t/JobHunting/32636251.html
我没印象面过清华的呢。
【在 s*******h 的大作中提到】 : 【 以下文字转载自 JobHunting 讨论区 】 : 尼玛号称都10年java经验了。 : 删除一个arraylist的所有负数给俺这样的代码,O(1)的复杂度 : 就这样的人公司还要给一个offer,现在公司里都被老印占领了。老板和老板的老板都 : 是阿三。老印来面试不管多差都给offer. 中国人上次一个清华的本来答的很好,架不 : 住一堆阿三诋毁悲剧了
|
j***e 发帖数: 2428 | 7 夹带私货,呵呵
【在 b**m 的大作中提到】 : 你这转帖和我原帖的差距太大了。 : http://www.mitbbs.com/article_t/JobHunting/32636251.html : 我没印象面过清华的呢。
|
t***t 发帖数: 6066 | 8 kao, too difficult. how to write this code? anyone give a correct one.
by the way, what's wrong with this a3 code? |
w**w 发帖数: 5391 | 9 是不是循环得倒过来?
【在 t***t 的大作中提到】 : kao, too difficult. how to write this code? anyone give a correct one. : by the way, what's wrong with this a3 code?
|
D*******a 发帖数: 3688 | 10 remove(element) has to find the element first, so it is O(N) operation
【在 t***t 的大作中提到】 : kao, too difficult. how to write this code? anyone give a correct one. : by the way, what's wrong with this a3 code?
|