由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - algorithm interview question help
相关主题
Senior ECG Algorithm Engineer available这个题做的对吗?
这三样有什么区别google把写homebrew的大牛拒了 因为他不会invert a binary tree
问一道概念题Price quote for Software Development Engineer II in LA, CA
查找substr的问题Update: 请教offer选择
Amazon Interview: algorithm for 2*LOG(N) up bound for search请教: how to develop a Recommendation Engine
google onsite归来继续贴open position
Yahoo onsite on 1/4/2011惠普软件部门Open house
Amazon Tele Interview 感觉失败了 (转)paypal developer opening
相关话题的讨论汇总
话题: algorithm话题: question话题: interview话题: faster话题: develop
进入JobHunting版参与讨论
1 (共1页)
j*****k
发帖数: 1198
1
There is one unknow integer in range (0, 10000).
Develop an algorithm to find it. The algorithm
should be faster than binary search. The faster,
the better.
d**e
发帖数: 6098
2
如果要快过binary search...这里要先sort再search,所以是O(n log n)吧
比它快,就要O(n),用xor了……

【在 j*****k 的大作中提到】
: There is one unknow integer in range (0, 10000).
: Develop an algorithm to find it. The algorithm
: should be faster than binary search. The faster,
: the better.

r*********s
发帖数: 2157
3
don't understand the question
1 (共1页)
进入JobHunting版参与讨论
相关主题
paypal developer openingAmazon Interview: algorithm for 2*LOG(N) up bound for search
请教一道面试题google onsite归来
epi 还是 The Algorithm Design ManualYahoo onsite on 1/4/2011
Algorithm in C++大家怎么准备?Amazon Tele Interview 感觉失败了 (转)
Senior ECG Algorithm Engineer available这个题做的对吗?
这三样有什么区别google把写homebrew的大牛拒了 因为他不会invert a binary tree
问一道概念题Price quote for Software Development Engineer II in LA, CA
查找substr的问题Update: 请教offer选择
相关话题的讨论汇总
话题: algorithm话题: question话题: interview话题: faster话题: develop