由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问一道f 家面试题
相关主题
问道概率题面试问题求解
怎么证明:find the farthest pair of vertices of an n-vertex convex polygon in O(n) time有人面过F家的Android职位吗?
这个tinyurl的设计题怎么做的?一道g家的几何题
M家onsite面经报个L家面经,攒个人品
怎么回答system design题才完美G家onsite刚悲剧
L面经OPT STEM白宫请愿已经6万多了,大家加油!
tinyurl 设计的时候回答需要注意什么,除了hash还有什么。TinyUrl的design需要NON-SQL 还是SQL
求C3 Energy 面经TinyUrl的design需要NON-SQL 还是SQL
相关话题的讨论汇总
话题: polygon话题: given话题: simple话题: write话题: 借楼
进入JobHunting版参与讨论
1 (共1页)
s*********p
发帖数: 130
1
Write a function to check if polygon is simple based on given lists of
points.
q*****l
发帖数: 124
2
借楼求问。。。请问这种估算题一般如何approach
Given 1 trillion messages on fb and each message has at max 10 words, how
do you build the index table and how many machines do you need on the
cluster to store the index table ?
i*********n
发帖数: 58
3
Bentley-Ottmann Algorithm
Bad interview question.

【在 s*********p 的大作中提到】
: Write a function to check if polygon is simple based on given lists of
: points.

s*********p
发帖数: 130
4
TinyURL 的思路?

借楼求问。。。请问这种估算题一般如何approachGiven 1 trillion messages on fb
and each message has at max 10........

【在 q*****l 的大作中提到】
: 借楼求问。。。请问这种估算题一般如何approach
: Given 1 trillion messages on fb and each message has at max 10 words, how
: do you build the index table and how many machines do you need on the
: cluster to store the index table ?

s*i
发帖数: 5025
5
测试第n+2个点是否在直线(n, n+1)的同一侧的问题。
O(n)

【在 s*********p 的大作中提到】
: Write a function to check if polygon is simple based on given lists of
: points.

j**********3
发帖数: 3211
6
这题咋做?完全没思路
j**********3
发帖数: 3211
7
多边形如何定义simple
h***k
发帖数: 161
8
mark
f*****g
发帖数: 887
9
o(n)?详细说说看

【在 s*i 的大作中提到】
: 测试第n+2个点是否在直线(n, n+1)的同一侧的问题。
: O(n)

s*********p
发帖数: 130
10
我见过最快的貌似是 n logn 的 叫什么sweep line 具体看不懂。简单多变形是说凹多
变形和凸多变形

o(n)?详细说说看

【在 f*****g 的大作中提到】
: o(n)?详细说说看
相关主题
L面经面试问题求解
tinyurl 设计的时候回答需要注意什么,除了hash还有什么。有人面过F家的Android职位吗?
求C3 Energy 面经一道g家的几何题
进入JobHunting版参与讨论
s*i
发帖数: 5025
11
simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
右转),最终回到起点。

【在 f*****g 的大作中提到】
: o(n)?详细说说看
s*********p
发帖数: 130
12
确定?我怎么记得凹多变形也算是简单多变形啊,wiki 上看的

simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
右转),最终回到起点。

【在 s*i 的大作中提到】
: simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
: 右转),最终回到起点。

s*i
发帖数: 5025
13
I was wrong. I confused it with concave polygon.

【在 s*********p 的大作中提到】
: 确定?我怎么记得凹多变形也算是简单多变形啊,wiki 上看的
:
: simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
: 右转),最终回到起点。

s********l
发帖数: 998
14
按照顺/逆时针顺序连接最近点 ?
s*********p
发帖数: 130
15
Write a function to check if polygon is simple based on given lists of
points.
q*****l
发帖数: 124
16
借楼求问。。。请问这种估算题一般如何approach
Given 1 trillion messages on fb and each message has at max 10 words, how
do you build the index table and how many machines do you need on the
cluster to store the index table ?
i*********n
发帖数: 58
17
Bentley-Ottmann Algorithm
Bad interview question.

【在 s*********p 的大作中提到】
: Write a function to check if polygon is simple based on given lists of
: points.

s*********p
发帖数: 130
18
TinyURL 的思路?

借楼求问。。。请问这种估算题一般如何approachGiven 1 trillion messages on fb
and each message has at max 10........

【在 q*****l 的大作中提到】
: 借楼求问。。。请问这种估算题一般如何approach
: Given 1 trillion messages on fb and each message has at max 10 words, how
: do you build the index table and how many machines do you need on the
: cluster to store the index table ?

s*i
发帖数: 5025
19
测试第n+2个点是否在直线(n, n+1)的同一侧的问题。
O(n)

【在 s*********p 的大作中提到】
: Write a function to check if polygon is simple based on given lists of
: points.

j**********3
发帖数: 3211
20
这题咋做?完全没思路
相关主题
报个L家面经,攒个人品TinyUrl的design需要NON-SQL 还是SQL
G家onsite刚悲剧TinyUrl的design需要NON-SQL 还是SQL
OPT STEM白宫请愿已经6万多了,大家加油!design tinyurl有总结嘛?
进入JobHunting版参与讨论
j**********3
发帖数: 3211
21
多边形如何定义simple
h***k
发帖数: 161
22
mark
f*****g
发帖数: 887
23
o(n)?详细说说看

【在 s*i 的大作中提到】
: 测试第n+2个点是否在直线(n, n+1)的同一侧的问题。
: O(n)

s*********p
发帖数: 130
24
我见过最快的貌似是 n logn 的 叫什么sweep line 具体看不懂。简单多变形是说凹多
变形和凸多变形

o(n)?详细说说看

【在 f*****g 的大作中提到】
: o(n)?详细说说看
s*i
发帖数: 5025
25
simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
右转),最终回到起点。

【在 f*****g 的大作中提到】
: o(n)?详细说说看
s*********p
发帖数: 130
26
确定?我怎么记得凹多变形也算是简单多变形啊,wiki 上看的

simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
右转),最终回到起点。

【在 s*i 的大作中提到】
: simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
: 右转),最终回到起点。

s*i
发帖数: 5025
27
I was wrong. I confused it with concave polygon.

【在 s*********p 的大作中提到】
: 确定?我怎么记得凹多变形也算是简单多变形啊,wiki 上看的
:
: simple polygon必须是: 从某个点开始走,你总是往一个方向转(一直左转,或一直
: 右转),最终回到起点。

s********l
发帖数: 998
28
按照顺/逆时针顺序连接最近点 ?
Q**w
发帖数: 41
29
mark下。。这题好难。。
1 (共1页)
进入JobHunting版参与讨论
相关主题
TinyUrl的design需要NON-SQL 还是SQL怎么回答system design题才完美
design tinyurl有总结嘛?L面经
system deisng里tinyUrl的问题,求大神指点tinyurl 设计的时候回答需要注意什么,除了hash还有什么。
google全程面试题目,顺求安慰。。。求C3 Energy 面经
问道概率题面试问题求解
怎么证明:find the farthest pair of vertices of an n-vertex convex polygon in O(n) time有人面过F家的Android职位吗?
这个tinyurl的设计题怎么做的?一道g家的几何题
M家onsite面经报个L家面经,攒个人品
相关话题的讨论汇总
话题: polygon话题: given话题: simple话题: write话题: 借楼