由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 面试遇到扫描线算法和interval tree 问题怎么办
相关主题
求overlap的rectagales大家来讨论一下这个求长方形面积的问题吧
请教大家一道Google的题目Google onsite interview questions
请问一道面试题问一个算法题
请教一个Axis-Aligned Rectangles的算法这题咋做?
今早的G电面,郁闷坏了...一道面试题, 挺难的, 求助
问道G题(2)臭名昭著的skyline问题
微软校园面试总结求问twitter电面
怎么求contour of overlapping rectangles问个google面经题
相关话题的讨论汇总
话题: axis话题: 扫描线话题: rectangles话题: interval话题: rectangle
进入JobHunting版参与讨论
1 (共1页)
f******5
发帖数: 104
1
最近在看和计算几何的问题,不少问题需要这2个算法,
如果遇到用到扫描线或者interval tree, 涉及到delete操作,基本不可能写完代码吧。
网上也找不到怎么使用现成的data structure库可以用,如果面试的时候想到这2个算
法,怎么处理?
求教有经验的大牛
比如Hacking google interview中 的这道题:
Describe an algorithm that takes an unsorted array of axis-aligned
rectangles and returns any pair of rectangles that overlaps, if there is
such a pair. Axis-aligned means that all the rectangle sides are either
parallel or perpendicular to the x- and y-axis. You can assume that each
rectangle object has two variables in it: the x-y coordinates of the upper-
left corner and the bottom-right corner.
H*****s
发帖数: 28
2
augmented interval tree被考过,还是需要熟悉一下的

吧。

【在 f******5 的大作中提到】
: 最近在看和计算几何的问题,不少问题需要这2个算法,
: 如果遇到用到扫描线或者interval tree, 涉及到delete操作,基本不可能写完代码吧。
: 网上也找不到怎么使用现成的data structure库可以用,如果面试的时候想到这2个算
: 法,怎么处理?
: 求教有经验的大牛
: 比如Hacking google interview中 的这道题:
: Describe an algorithm that takes an unsorted array of axis-aligned
: rectangles and returns any pair of rectangles that overlaps, if there is
: such a pair. Axis-aligned means that all the rectangle sides are either
: parallel or perpendicular to the x- and y-axis. You can assume that each

f******5
发帖数: 104
3
难道需要自己写AVL的delete 操作么?
n******n
发帖数: 12088
4
不可能熟悉所有题。遇到就认命

【在 H*****s 的大作中提到】
: augmented interval tree被考过,还是需要熟悉一下的
:
: 吧。

x*******9
发帖数: 138
5
跪吧。。。
除非你运气好还记得。。。
面试让写线段树。。。我觉得这真是日狗。。。
1 (共1页)
进入JobHunting版参与讨论
相关主题
问个google面经题今早的G电面,郁闷坏了...
Smallest Rectangle Enclosing Black Pixels问道G题(2)
Google Onsite Interview微软校园面试总结
CLRS interval tree 的两道练习题怎么求contour of overlapping rectangles
求overlap的rectagales大家来讨论一下这个求长方形面积的问题吧
请教大家一道Google的题目Google onsite interview questions
请问一道面试题问一个算法题
请教一个Axis-Aligned Rectangles的算法这题咋做?
相关话题的讨论汇总
话题: axis话题: 扫描线话题: rectangles话题: interval话题: rectangle