由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问个经典面试题
相关主题
问个google面试题Bloomberg 奇怪经历
amz电面:关于用两个stacks实现一个queue 求问这个用stack实现queue
问个G家面经题机器人, 迷宫
一道面试题问道题,应该是常被问到,可找不到好的alg
问个经典的面试题interview时要用stack,queue之类的东西可以不定义直接用吗
CareerCup question问个 Palindrome 的问题
用一个stack实现queueAmazon最近电面面经
Amazon二面为什么我做了快1000道题了,还是不行呢?!
相关话题的讨论汇总
话题: front话题: implement话题: stack话题: note话题: back
进入JobHunting版参与讨论
1 (共1页)
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
6
答非所问啊。
1 (共1页)
进入JobHunting版参与讨论
相关主题
为什么我做了快1000道题了,还是不行呢?!问个经典的面试题
问一下STL里的queue, and stack 遍历的问题CareerCup question
Two sigma onsite 是不是四轮才有希望,更新面经用一个stack实现queue
面试题Amazon二面
问个google面试题Bloomberg 奇怪经历
amz电面:关于用两个stacks实现一个queue 求问这个用stack实现queue
问个G家面经题机器人, 迷宫
一道面试题问道题,应该是常被问到,可找不到好的alg
相关话题的讨论汇总
话题: front话题: implement话题: stack话题: note话题: back