c******t 发帖数: 27 | 1 I think he is an Indian, a very nice guy.
1. Describe a project you worked lately.
He asked if I know memory flushing when I was giving the answer.
2. 2 sets of numbers, the quickest way to find the intersection.
3. for 2 strings, check if one is a sub-string of the other one (just like
strstr). Write the code and read it aloud to him.
4. for a web game, if you need to find the 10 highest score, how will you
design the interface?
5. You have a directory, it includes some files who have cust | g*******y 发帖数: 1930 | | r****o 发帖数: 1950 | 3 bless!
,
【在 c******t 的大作中提到】 : I think he is an Indian, a very nice guy. : 1. Describe a project you worked lately. : He asked if I know memory flushing when I was giving the answer. : 2. 2 sets of numbers, the quickest way to find the intersection. : 3. for 2 strings, check if one is a sub-string of the other one (just like : strstr). Write the code and read it aloud to him. : 4. for a web game, if you need to find the 10 highest score, how will you : design the interface? : 5. You have a directory, it includes some files who have cust
| s*******n 发帖数: 97 | | c******t 发帖数: 27 | 5 3 round phone interviews, one per week.
【在 s*******n 的大作中提到】 : Amazon 一般电面几轮?是一周都搞定吗?
| W***i 发帖数: 9134 | | c******f 发帖数: 2144 | | r**u 发帖数: 1567 | 8 4. for a web game, if you need to find the 10 highest score, how will you
design the interface?
这个有啥思路啊?
5. You have a directory, it includes some files who have customers' record,
including phone number, how would you change all records' phone numbers in .
.....
use sed?
,
【在 c******t 的大作中提到】 : I think he is an Indian, a very nice guy. : 1. Describe a project you worked lately. : He asked if I know memory flushing when I was giving the answer. : 2. 2 sets of numbers, the quickest way to find the intersection. : 3. for 2 strings, check if one is a sub-string of the other one (just like : strstr). Write the code and read it aloud to him. : 4. for a web game, if you need to find the 10 highest score, how will you : design the interface? : 5. You have a directory, it includes some files who have cust
| c*********n 发帖数: 1057 | 9
用heap?
,
.
【在 r**u 的大作中提到】 : 4. for a web game, if you need to find the 10 highest score, how will you : design the interface? : 这个有啥思路啊? : 5. You have a directory, it includes some files who have customers' record, : including phone number, how would you change all records' phone numbers in . : ..... : use sed? : : ,
| l**u 发帖数: 368 | 10
有重复么?没有重复可以用昨天有人提到的bitset吧。
like
KPM?不会写。。。
you
maitain一个cache?
record,
numbers in
recursive function
【在 c******t 的大作中提到】 : I think he is an Indian, a very nice guy. : 1. Describe a project you worked lately. : He asked if I know memory flushing when I was giving the answer. : 2. 2 sets of numbers, the quickest way to find the intersection. : 3. for 2 strings, check if one is a sub-string of the other one (just like : strstr). Write the code and read it aloud to him. : 4. for a web game, if you need to find the 10 highest score, how will you : design the interface? : 5. You have a directory, it includes some files who have cust
| h********0 发帖数: 440 | 11 6. If you have 2 functions available, RemoveFile() and RemoveEmptyDir(), how
could you remove one directory, i.e. root directory, in C++?
I do not understand the meaning of the question....
Do you mean:
write a function in C++ to remove a given directory and all its sub-
directories and files recursively?
Thanks for any reply.
,
【在 c******t 的大作中提到】 : I think he is an Indian, a very nice guy. : 1. Describe a project you worked lately. : He asked if I know memory flushing when I was giving the answer. : 2. 2 sets of numbers, the quickest way to find the intersection. : 3. for 2 strings, check if one is a sub-string of the other one (just like : strstr). Write the code and read it aloud to him. : 4. for a web game, if you need to find the 10 highest score, how will you : design the interface? : 5. You have a directory, it includes some files who have cust
|
|