由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - L 家面试题, 请大牛讲讲思路
相关主题
问一道L的题MMD, 死在了longest contiguous increasing sub-array上了.
请教L家老题,一直不明白。问一道G家面试题
L家 App组 Onsite 问题贴点面试题
one amazon interview problem问两道amazon的面试题
L 家设计题求讨论问几道面试题
restful server的一道设计题问个google面试题
求解一道面试题 snake sequenceG家面试题: Longest Increasing Sequence 2D matrix
请教一些热门的rest面试题一道google 题,谁给翻译一下意思,多谢。
相关话题的讨论汇总
话题: sequence话题: data话题: http话题: given话题: request
进入JobHunting版参与讨论
1 (共1页)
s******s
发帖数: 89
1
设计题: a restful server with 4GB,
given a request such as: http://seq=4?len=60?xxxxdata
the system will store the binary data with that sequence number.
given a request: http://startseq=3?maxLen=100, the system returns all data objects with sequence >= 3 with total data length less equal than 100.
y**********a
发帖数: 824
2
店面还是 onsite 啊。这个电面的话 2 分钟就挂了.
s**x
发帖数: 7506
3
我觉得一 ordered Map 就够了,logN, with 4G, should be good enough, since you
can not store so many sequences any way. Max is 32. Ordered map has order
so you can find next sequence in order easily.

★ 发自iPhone App: ChineseWeb 8.7

【在 s******s 的大作中提到】
: 设计题: a restful server with 4GB,
: given a request such as: http://seq=4?len=60?xxxxdata
: the system will store the binary data with that sequence number.
: given a request: http://startseq=3?maxLen=100, the system returns all data objects with sequence >= 3 with total data length less equal than 100.

1 (共1页)
进入JobHunting版参与讨论
相关主题
一道google 题,谁给翻译一下意思,多谢。L 家设计题求讨论
问道G题(4)restful server的一道设计题
请教一道 G 家 DNA edit distance的题求解一道面试题 snake sequence
最近找工作一点感想分享,被烙印阴了请教一些热门的rest面试题
问一道L的题MMD, 死在了longest contiguous increasing sub-array上了.
请教L家老题,一直不明白。问一道G家面试题
L家 App组 Onsite 问题贴点面试题
one amazon interview problem问两道amazon的面试题
相关话题的讨论汇总
话题: sequence话题: data话题: http话题: given话题: request