由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - [合集] 请教个经典面试题的变种
相关主题
问个面试题贡献Google电话面试题
昨天有人讲过的啥de啥的是怎么回事有人知道么请教一个常见的面试题的答案
终于弄明白median of two sorted arrays了,发帖庆祝一下贡献两个Amazon的电话面试题
amazon tel interview请教一道面试题
One Microsoft interview question算法面试题
Facebook Phone interview问个amazon面试题
Find Median Of Two Sorted Arrays面试题
lc新题,贴个刚写的solution请教个面试题
相关话题的讨论汇总
话题: assume话题: 面试题话题: 变种
进入JobHunting版参与讨论
1 (共1页)
m*****n
发帖数: 5245
1
☆─────────────────────────────────────☆
Ryter (Ryter) 于 (Sat Sep 12 14:35:53 2009, 美东) 提到:
Given a sorted integer array and a number, find all the pairs that sum up to
the number.
这个很简单,但现在多了一个条件
What if the array is sorted by absolute value, for example {1, -2, 4, -9},
find the answer in O(N).
这样有什么好的思路么?
☆─────────────────────────────────────☆
zhimage (common) 于 (Sat Sep 12 15:03:31 2009, 美东) 提到:
A general solution regardless of whether the array is sorted or not.
Assume the original
1 (共1页)
进入JobHunting版参与讨论
相关主题
请教个面试题One Microsoft interview question
A家面试题Facebook Phone interview
Google电话面试题目Find Median Of Two Sorted Arrays
find median for k sorted arrayslc新题,贴个刚写的solution
问个面试题贡献Google电话面试题
昨天有人讲过的啥de啥的是怎么回事有人知道么请教一个常见的面试题的答案
终于弄明白median of two sorted arrays了,发帖庆祝一下贡献两个Amazon的电话面试题
amazon tel interview请教一道面试题
相关话题的讨论汇总
话题: assume话题: 面试题话题: 变种