c*********u 发帖数: 361 | 1 1. Background questions.
2. Polymorphism, why is it useful, give some examples.
3. Given an array of integers, you know that every element is repeated exact
ly once except one element, e.g. {1,1,2,2,3,5,5}, how do you find the outlie
r?
4. Design a library management system. | x****r 发帖数: 99 | 2 你好,请问你们都是在哪里拿到amazon面试机会的呢?我在他们主页投了简历,2-3个
星期不理我了,
是不是以后也不会联系我了?
谢谢!
exact
outlie
【在 c*********u 的大作中提到】 : 1. Background questions. : 2. Polymorphism, why is it useful, give some examples. : 3. Given an array of integers, you know that every element is repeated exact : ly once except one element, e.g. {1,1,2,2,3,5,5}, how do you find the outlie : r? : 4. Design a library management system.
| w******1 发帖数: 520 | | c*********u 发帖数: 361 | 4 这个谁也说不好,反正我是不停的改简历不停的投
【在 x****r 的大作中提到】 : 你好,请问你们都是在哪里拿到amazon面试机会的呢?我在他们主页投了简历,2-3个 : 星期不理我了, : 是不是以后也不会联系我了? : 谢谢! : : exact : outlie
| c*********u 发帖数: 361 | 5 Dunno just lucky maybe.
【在 w******1 的大作中提到】 : 怎么有的题目这么简单?
| o**********t 发帖数: 406 | 6 Just first round mah
【在 w******1 的大作中提到】 : 怎么有的题目这么简单?
| s**9 发帖数: 207 | 7
exact
outlie
XOR,对不?
【在 c*********u 的大作中提到】 : 1. Background questions. : 2. Polymorphism, why is it useful, give some examples. : 3. Given an array of integers, you know that every element is repeated exact : ly once except one element, e.g. {1,1,2,2,3,5,5}, how do you find the outlie : r? : 4. Design a library management system.
| w*****p 发帖数: 215 | 8 是蛮容易的哈。
3. Given an array of integers, you know that every element is repeated
exact
outlie
这个问题,如果是sorted array,可以用binary search,一半一半的找,logn就可以
了。 |
|