h****n 发帖数: 1093 | 1 1. why pengbo? talk about yourself and your projects
2. what is virtual function? give a example. since it is useful, why we do
not declare every function as virtual?
3. What compiler do for an empty class?
4. 2-sum problem. what if there are some duplicated items?
5. design a data structure for playlist. need to support get pre, get next,
shuffle, restore the state before the shuffle without using any extra memory.
6. how to send confidential document given public and private key? how to
prove the document is sent by you? |
f*********d 发帖数: 140 | |
f*****e 发帖数: 2992 | 3 第五题每个节点维持四个指针?两个指针维持上一次的顺序,剩下的两个指针维持新顺
序,然后两两换着用?
,
memory.
【在 h****n 的大作中提到】 : 1. why pengbo? talk about yourself and your projects : 2. what is virtual function? give a example. since it is useful, why we do : not declare every function as virtual? : 3. What compiler do for an empty class? : 4. 2-sum problem. what if there are some duplicated items? : 5. design a data structure for playlist. need to support get pre, get next, : shuffle, restore the state before the shuffle without using any extra memory. : 6. how to send confidential document given public and private key? how to : prove the document is sent by you?
|
f*****e 发帖数: 2992 | 4 店面什么形式?collabedit写code?
,
memory.
【在 h****n 的大作中提到】 : 1. why pengbo? talk about yourself and your projects : 2. what is virtual function? give a example. since it is useful, why we do : not declare every function as virtual? : 3. What compiler do for an empty class? : 4. 2-sum problem. what if there are some duplicated items? : 5. design a data structure for playlist. need to support get pre, get next, : shuffle, restore the state before the shuffle without using any extra memory. : 6. how to send confidential document given public and private key? how to : prove the document is sent by you?
|
h****n 发帖数: 1093 | 5 你这个和额外用一个array来保存状态有啥区别。。
感觉题目问的不对我的路,反正也不抱什么希望了
C++细节题问了不少
【在 f*****e 的大作中提到】 : 第五题每个节点维持四个指针?两个指针维持上一次的顺序,剩下的两个指针维持新顺 : 序,然后两两换着用? : : , : memory.
|
h****n 发帖数: 1093 | 6 用嘴说,不让用collabedit,好好练好口语吧
【在 f*****e 的大作中提到】 : 店面什么形式?collabedit写code? : : , : memory.
|
s********1 发帖数: 10 | 7 请问你申请的是什么职位,比我那电面要难呀~ 我申请的是entry-level financial
software developer的职位~ |
h****n 发帖数: 1093 | 8 我也是申那个职位的,谁知道这些个题
2 sum problem有duplicate要求输出所有的pair
【在 s********1 的大作中提到】 : 请问你申请的是什么职位,比我那电面要难呀~ 我申请的是entry-level financial : software developer的职位~
|
h****n 发帖数: 1093 | 9 你电面是什么题呢
【在 s********1 的大作中提到】 : 请问你申请的是什么职位,比我那电面要难呀~ 我申请的是entry-level financial : software developer的职位~
|
l*****a 发帖数: 14598 | 10 1,1,2找三的结果是1,2还是1,2;1,2
【在 h****n 的大作中提到】 : 我也是申那个职位的,谁知道这些个题 : 2 sum problem有duplicate要求输出所有的pair
|
|
|
h****n 发帖数: 1093 | 11 1 1 9 9 9
要把所有的6个pair输出出来
【在 l*****a 的大作中提到】 : 1,1,2找三的结果是1,2还是1,2;1,2
|
l*****a 发帖数: 14598 | 12 那不变成了求组合
【在 h****n 的大作中提到】 : 1 1 9 9 9 : 要把所有的6个pair输出出来
|
h****n 发帖数: 1093 | 13 额,那老头感觉故意问些tricky的问题,不过我也就是练练手而已,没怎么放在心上
【在 l*****a 的大作中提到】 : 那不变成了求组合
|
c******5 发帖数: 84 | 14 请问pengbo是家什么公司啊?全称是什么呢?谢谢。
,
memory.
【在 h****n 的大作中提到】 : 1. why pengbo? talk about yourself and your projects : 2. what is virtual function? give a example. since it is useful, why we do : not declare every function as virtual? : 3. What compiler do for an empty class? : 4. 2-sum problem. what if there are some duplicated items? : 5. design a data structure for playlist. need to support get pre, get next, : shuffle, restore the state before the shuffle without using any extra memory. : 6. how to send confidential document given public and private key? how to : prove the document is sent by you?
|
h****n 发帖数: 1093 | 15 Blommbeg
【在 c******5 的大作中提到】 : 请问pengbo是家什么公司啊?全称是什么呢?谢谢。 : : , : memory.
|
s********1 发帖数: 10 | 16 1.Java垃圾回收机制
2.int型整数翻转,123 -> 321(读代码)
3.Reverse the word order in a sentence.(讲思路即可)
【在 h****n 的大作中提到】 : 你电面是什么题呢
|