a**m 发帖数: 151 | 1 implement queue using stack.
suppose two stacks are used, how to get the front and back when one stack is
empty? front and back in a lot of solutions are saved in variables, but
then how to implement the following interface
T& front()? Note that it returns the reference, not the value, of the front. | u******u 发帖数: 595 | 2 经典面试题应该是: Tell me about yourself.
No matter which industry you looking for a job, you need prepare how to
answer this questions.
Don't go for interview if you don't know how to answer "Tell me about
yourself." | r*******y 发帖数: 1081 | 3 list your education, reshearch and work experience?
【在 u******u 的大作中提到】 : 经典面试题应该是: Tell me about yourself. : No matter which industry you looking for a job, you need prepare how to : answer this questions. : Don't go for interview if you don't know how to answer "Tell me about : yourself."
| b*****t 发帖数: 7331 | 4 大概说多少呢?总不能不停的说下去吧
【在 r*******y 的大作中提到】 : list your education, reshearch and work experience?
| u******u 发帖数: 595 | 5 Not only simply list the items.
Need prepare a mini talk about three minutes, to sell yourself.
Let interviewer get impressed after your mini talk.
Please spend some time, write down what you are going to talk, memory it, be
sure be able to speak well in the interview.
【在 r*******y 的大作中提到】 : list your education, reshearch and work experience?
| a**m 发帖数: 151 | |
|