由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教两道面试题
相关主题
两道面试题求一下这题解法。
菜鸟向大家请教个面试题问一道题
问几道Google onsite 的问题话说今天面了一老印
ebay search组面经,估计要挂问两道题目(算法和开放问题)
一道多线程的面试题被基础题搞挂了
两道2009算法题leetcode上最搞笑的是这题
一道G家题请教一道google的数组遍历题
请教一个数组题G家SET面经新题求解
相关话题的讨论汇总
话题: message话题: threads话题: seq话题: other话题: data
进入JobHunting版参与讨论
1 (共1页)
z*********5
发帖数: 3
1
最近在准备面试刷版上面经,下面几道题想了好久不知道应该如何考虑,希望版上大牛
们可以不吝赐教。。。。
1.Design a Message store system (in-memory storage) [seq_id, len, data]
chunk, 原帖地址:http://www.mitbbs.com/article_t/JobHunting/32578885.html
这题不知道应该注意的是什么?开一个循环数组+hashmap的话可以按seq_id 得到data,
maintain数组头和尾,内存满的时候把最早的覆盖。 如果还要求得到seq_id是某个区
间内的data,是不是可以考虑用类似于B Tree建index的方式来按顺序遍历各个seq_id?
2.Multiple threads can publish and receive each other's message: whenever a
thread publishes a message, all the other threads can receive and print out
that message; if multiple message get published, the messages should be
queued or whatever recorded and other threads can print out the message one
by one; no published message should be missed by any other threads.
原贴:http://www.mitbbs.com/article_t/JobHunting/32547841.html
这题跪了。。希望各位大牛可以指点一下.
1 (共1页)
进入JobHunting版参与讨论
相关主题
G家SET面经新题求解一道多线程的面试题
Google Onsite被吊打经过,顺便求referral两道2009算法题
这题有点意思 给一个数组, 找最大的整数m, 使得数组里比m大的或相等 的值的树木大于等于m(线性)一道G家题
google phone interview,直接跪了,以前没做过,做过的应该不难请教一个数组题
两道面试题求一下这题解法。
菜鸟向大家请教个面试题问一道题
问几道Google onsite 的问题话说今天面了一老印
ebay search组面经,估计要挂问两道题目(算法和开放问题)
相关话题的讨论汇总
话题: message话题: threads话题: seq话题: other话题: data